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 8d79ed8 commit b1387e4Copy full SHA for b1387e4
.pre-commit-config.yaml
@@ -11,7 +11,7 @@ repos:
11
args: [--fix=lf]
12
- id: debug-statements
13
- repo: https://github.com/astral-sh/ruff-pre-commit
14
- rev: "v0.9.1"
+ rev: "v0.9.7"
15
hooks:
16
- id: ruff
17
args: ["--fix"]
@@ -26,7 +26,7 @@ repos:
26
# https://pyproject-fmt.readthedocs.io/en/latest/#calculating-max-supported-python-version
27
additional_dependencies: ["tox>=4.9"]
28
- repo: https://github.com/codespell-project/codespell
29
- rev: v2.3.0
+ rev: v2.4.1
30
31
- id: codespell
32
args: ["--toml=pyproject.toml"]
0 commit comments