Skip to content

Commit b550646

Browse files
pre-commit: bump repositories
updates: - [github.com/astral-sh/ruff-pre-commit: v0.8.6 → v0.9.3](astral-sh/ruff-pre-commit@v0.8.6...v0.9.3) - [github.com/codespell-project/codespell: v2.3.0 → v2.4.0](codespell-project/codespell@v2.3.0...v2.4.0)
1 parent 8ee6d17 commit b550646

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
@@ -34,13 +34,13 @@ repos:
3434
hooks:
3535
- id: validate-pyproject
3636
- repo: https://github.com/astral-sh/ruff-pre-commit
37-
rev: v0.8.6
37+
rev: v0.9.3
3838
hooks:
3939
- id: ruff
4040
args: [--fix, --show-fixes]
4141
- id: ruff-format
4242
- repo: https://github.com/codespell-project/codespell
43-
rev: v2.3.0
43+
rev: v2.4.0
4444
hooks:
4545
- id: codespell
4646
- repo: https://github.com/pre-commit/pygrep-hooks

0 commit comments

Comments
 (0)