Skip to content

Commit 4225fd4

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/codespell-project/codespell: v2.3.0 → v2.4.1](codespell-project/codespell@v2.3.0...v2.4.1) - [github.com/astral-sh/ruff-pre-commit: v0.8.6 → v0.9.7](astral-sh/ruff-pre-commit@v0.8.6...v0.9.7)
1 parent 8b15637 commit 4225fd4

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
@@ -14,12 +14,12 @@ repos:
1414
- id: detect-private-key
1515
- id: check-yaml
1616
- repo: https://github.com/codespell-project/codespell
17-
rev: v2.3.0
17+
rev: v2.4.1
1818
hooks:
1919
- id: codespell
2020
files: ^.*\.(py|md|rst)$
2121
- repo: https://github.com/astral-sh/ruff-pre-commit
22-
rev: v0.8.6
22+
rev: v0.9.7
2323
hooks:
2424
- id: ruff
2525
args: [ "--fix", "--exit-non-zero-on-fix" ]

0 commit comments

Comments
 (0)