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 bc5a40b commit 0aee672Copy full SHA for 0aee672
.pre-commit-config.yaml
@@ -16,7 +16,7 @@ repos:
16
- id: requirements-txt-fixer
17
- id: trailing-whitespace
18
- repo: https://github.com/codespell-project/codespell
19
- rev: v2.3.0
+ rev: v2.4.0
20
hooks:
21
- id: codespell
22
args:
@@ -25,11 +25,11 @@ repos:
25
]
26
exclude: "BIBLIOGRAPHY.bib|CONTRIBUTORS.rst"
27
- repo: https://github.com/PyCQA/isort
28
- rev: "5.13.2"
+ rev: "6.0.0"
29
30
- id: isort
31
- repo: https://github.com/astral-sh/ruff-pre-commit
32
- rev: "v0.8.2"
+ rev: "v0.9.3"
33
34
- id: ruff-format
35
- id: ruff
0 commit comments