Skip to content

Commit a912db8

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/PyCQA/isort: 5.13.2 → 6.0.1](PyCQA/isort@5.13.2...6.0.1) - [github.com/astral-sh/ruff-pre-commit: v0.8.2 → v0.11.5](astral-sh/ruff-pre-commit@v0.8.2...v0.11.5)
1 parent 42e9e0e commit a912db8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repos:
1616
- id: requirements-txt-fixer
1717
- id: trailing-whitespace
1818
- repo: https://github.com/codespell-project/codespell
19-
rev: v2.3.0
19+
rev: v2.4.1
2020
hooks:
2121
- id: codespell
2222
args:
@@ -25,11 +25,11 @@ repos:
2525
]
2626
exclude: "BIBLIOGRAPHY.bib|CONTRIBUTORS.rst"
2727
- repo: https://github.com/PyCQA/isort
28-
rev: "5.13.2"
28+
rev: "6.0.1"
2929
hooks:
3030
- id: isort
3131
- repo: https://github.com/astral-sh/ruff-pre-commit
32-
rev: "v0.8.2"
32+
rev: "v0.11.5"
3333
hooks:
3434
- id: ruff-format
3535
- id: ruff

0 commit comments

Comments
 (0)