Skip to content

Commit 14f5407

Browse files
chore: update pre-commit hooks
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) - [github.com/pycqa/isort: 5.13.2 → 6.0.0](PyCQA/isort@5.13.2...6.0.0)
1 parent f90214d commit 14f5407

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ repos:
3838

3939

4040
- repo: https://github.com/astral-sh/ruff-pre-commit
41-
rev: "v0.9.3"
41+
rev: "v0.9.4"
4242
hooks:
4343
- id: ruff
4444
types: [file, python]
@@ -47,7 +47,7 @@ repos:
4747
types: [file, python]
4848

4949
- repo: https://github.com/codespell-project/codespell
50-
rev: "v2.4.0"
50+
rev: "v2.4.1"
5151
hooks:
5252
- id: codespell
5353
types_or: [asciidoc, python, markdown, rst]
@@ -56,7 +56,7 @@ repos:
5656

5757

5858
- repo: https://github.com/pycqa/isort
59-
rev: '5.13.2'
59+
rev: '6.0.0'
6060
hooks:
6161
- id: isort
6262
name: isort (cython)

0 commit comments

Comments
 (0)