Skip to content

Commit decbbcb

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.0](PyCQA/isort@5.13.2...6.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.8.2 → v0.9.7](astral-sh/ruff-pre-commit@v0.8.2...v0.9.7)
1 parent 348209d commit decbbcb

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
@@ -15,17 +15,17 @@ repos:
1515
- id: requirements-txt-fixer
1616
- id: trailing-whitespace
1717
- repo: https://github.com/codespell-project/codespell
18-
rev: v2.3.0
18+
rev: v2.4.1
1919
hooks:
2020
- id: codespell
2121
args: ["--ignore-words-list=socio-economic"]
2222
exclude: "BIBLIOGRAPHY.bib|CONTRIBUTORS.rst|.*.ipynb"
2323
- repo: https://github.com/PyCQA/isort
24-
rev: "5.13.2"
24+
rev: "6.0.0"
2525
hooks:
2626
- id: isort
2727
- repo: https://github.com/astral-sh/ruff-pre-commit
28-
rev: "v0.8.2"
28+
rev: "v0.9.7"
2929
hooks:
3030
- id: ruff-format
3131
- id: ruff

0 commit comments

Comments
 (0)