We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 119cecc commit d66aae6Copy full SHA for d66aae6
.pre-commit-config.yaml
@@ -15,17 +15,17 @@ repos:
15
- id: requirements-txt-fixer
16
- id: trailing-whitespace
17
- repo: https://github.com/codespell-project/codespell
18
- rev: v2.3.0
+ rev: v2.4.1
19
hooks:
20
- id: codespell
21
args: ["--ignore-words-list=socio-economic"]
22
exclude: "BIBLIOGRAPHY.bib|CONTRIBUTORS.rst|.*.ipynb"
23
- repo: https://github.com/PyCQA/isort
24
- rev: "5.13.2"
+ rev: "6.0.1"
25
26
- id: isort
27
- repo: https://github.com/astral-sh/ruff-pre-commit
28
- rev: "v0.8.2"
+ rev: "v0.12.3"
29
30
- id: ruff-format
31
- id: ruff
0 commit comments