We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d79ed8 commit bc4c432Copy full SHA for bc4c432
.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.11.6"
15
hooks:
16
- id: ruff
17
args: ["--fix"]
@@ -20,13 +20,13 @@ repos:
20
exclude: ^pylint_django/tests/input.*$
21
args: [--line-length=120]
22
- repo: https://github.com/tox-dev/pyproject-fmt
23
- rev: "v2.5.0"
+ rev: "v2.5.1"
24
25
- id: pyproject-fmt
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