Skip to content

Commit 84a24e5

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pycqa/isort: 7.0.0 → 8.0.0](PyCQA/isort@7.0.0...8.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.14.13 → v0.15.2](astral-sh/ruff-pre-commit@v0.14.13...v0.15.2)
1 parent 55fc707 commit 84a24e5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ repos:
1212
hooks:
1313
- id: black
1414
- repo: https://github.com/pycqa/isort
15-
rev: 7.0.0
15+
rev: 8.0.0
1616
hooks:
1717
- id: isort
1818
args: ["--profile", "black", "--filter-files"]
1919
- repo: https://github.com/astral-sh/ruff-pre-commit
20-
rev: v0.14.13
20+
rev: v0.15.2
2121
hooks:
2222
- id: ruff
2323
args: ["--config", ".ruff.toml"]

0 commit comments

Comments
 (0)