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 7961e36 commit e159bdeCopy full SHA for e159bde
.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.1
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.1"
29
30
- id: isort
31
- repo: https://github.com/astral-sh/ruff-pre-commit
32
- rev: "v0.8.2"
+ rev: "v0.11.9"
33
34
- id: ruff-format
35
- id: ruff
0 commit comments