Skip to content

Commit 873b0be

Browse files
📈 Update versions for pre-commit hooks (#212)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.3 → v0.9.4](astral-sh/ruff-pre-commit@v0.9.3...v0.9.4) - [github.com/codespell-project/codespell: v2.4.0 → v2.4.1](codespell-project/codespell@v2.4.0...v2.4.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 9be6263 commit 873b0be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎.pre-commit-config.yaml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ repos:
1717
- id: trailing-whitespace
1818

1919
- repo: https://github.com/astral-sh/ruff-pre-commit
20-
rev: "v0.9.3"
20+
rev: "v0.9.4"
2121
hooks:
2222
- id: ruff
2323
args: ["--fix", "--show-fixes"]
@@ -31,7 +31,7 @@ repos:
3131
- id: pyupgrade
3232

3333
- repo: https://github.com/codespell-project/codespell
34-
rev: "v2.4.0"
34+
rev: "v2.4.1"
3535
hooks:
3636
- id: codespell
3737
args: ["--skip=CODE_OF_CONDUCT.md"]

0 commit comments

Comments
 (0)