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 07990d6 commit dafaed2Copy full SHA for dafaed2
.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.6.9"
+ rev: "v0.7.1"
15
hooks:
16
- id: ruff
17
args: ["--fix"]
@@ -20,7 +20,7 @@ repos:
20
exclude: ^pylint_django/tests/input.*$
21
args: [--line-length=120]
22
- repo: https://github.com/tox-dev/pyproject-fmt
23
- rev: "2.3.1"
+ rev: "v2.4.3"
24
25
- id: pyproject-fmt
26
# https://pyproject-fmt.readthedocs.io/en/latest/#calculating-max-supported-python-version
0 commit comments