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 64279cb commit 1239bbdCopy full SHA for 1239bbd
.pre-commit-config.yaml
@@ -15,9 +15,9 @@ repos:
15
hooks:
16
- id: ruff-check
17
args: ["--fix"]
18
- exclude: "tests/input/"
+ exclude: &functional "tests/input/"
19
- id: ruff-format
20
- exclude: ^pylint_django/tests/input.*$
+ exclude: *functional
21
args: [--line-length=120]
22
- repo: https://github.com/tox-dev/pyproject-fmt
23
rev: "v2.11.1"
@@ -40,4 +40,4 @@ repos:
40
language: system
41
types: [python]
42
args: ["-rn", "-sn", "--fail-on=I"]
43
0 commit comments