Skip to content

Commit a1874b9

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

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.0
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.3
2323
hooks:
2424
- id: ruff
2525
args: [ "--fix", "--exit-non-zero-on-fix" ]

0 commit comments

Comments
 (0)