Skip to content

Commit 35a81a3

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/zizmorcore/zizmor-pre-commit: v1.25.2 → v1.26.1](zizmorcore/zizmor-pre-commit@v1.25.2...v1.26.1) - [github.com/astral-sh/ruff-pre-commit: v0.15.15 → v0.15.20](astral-sh/ruff-pre-commit@v0.15.15...v0.15.20) - [github.com/PyCQA/isort: 8.0.1 → 9.0.0a3](PyCQA/isort@8.0.1...9.0.0a3)
1 parent 32c58fc commit 35a81a3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
repos:
22
- repo: https://github.com/zizmorcore/zizmor-pre-commit
3-
rev: v1.25.2
3+
rev: v1.26.1
44
hooks:
55
- id: zizmor
66
# This should be before any formatting hooks like isort
77
- repo: https://github.com/astral-sh/ruff-pre-commit
8-
rev: "v0.15.15"
8+
rev: "v0.15.20"
99
hooks:
1010
- id: ruff
1111
args: ["--fix"]
@@ -16,7 +16,7 @@ repos:
1616
types: [python]
1717
exclude: *exclude_dirs
1818
- repo: https://github.com/PyCQA/isort
19-
rev: 8.0.1
19+
rev: 9.0.0a3
2020
hooks:
2121
- id: isort
2222
types: [python]

0 commit comments

Comments
 (0)