Skip to content

Commit db0ed5c

Browse files
πŸ“ˆ Update versions for pre-commit hooks
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.4 β†’ v0.15.8](astral-sh/ruff-pre-commit@v0.15.4...v0.15.8) - [github.com/codespell-project/codespell: v2.4.1 β†’ v2.4.2](codespell-project/codespell@v2.4.1...v2.4.2) - [github.com/woodruffw/zizmor-pre-commit: v1.22.0 β†’ v1.23.1](zizmorcore/zizmor-pre-commit@v1.22.0...v1.23.1)
1 parent 9db6a2c commit db0ed5c

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
@@ -18,7 +18,7 @@ repos:
1818
- id: trailing-whitespace
1919

2020
- repo: https://github.com/astral-sh/ruff-pre-commit
21-
rev: "v0.15.4"
21+
rev: "v0.15.8"
2222
hooks:
2323
- id: ruff
2424
args: ["--fix", "--show-fixes"]
@@ -32,7 +32,7 @@ repos:
3232
- id: pyupgrade
3333

3434
- repo: https://github.com/codespell-project/codespell
35-
rev: "v2.4.1"
35+
rev: "v2.4.2"
3636
hooks:
3737
- id: codespell
3838
args: ["--skip=CODE_OF_CONDUCT.md"]
@@ -45,7 +45,7 @@ repos:
4545
args: [--prose-wrap=preserve]
4646

4747
- repo: https://github.com/woodruffw/zizmor-pre-commit
48-
rev: "v1.22.0"
48+
rev: "v1.23.1"
4949
hooks:
5050
- id: zizmor
5151
args: ["--pedantic"]

0 commit comments

Comments
Β (0)