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 12f309f commit f4b1e28Copy full SHA for f4b1e28
.pre-commit-config.yaml
@@ -16,13 +16,9 @@ repos:
16
- id: ruff
17
args: ["--fix"]
18
exclude: "tests/input/"
19
- - repo: https://github.com/psf/black
20
- rev: 24.10.0
21
- hooks:
22
- - id: black
23
- # see https://stackoverflow.com/a/61046953
+ - id: ruff-format
24
exclude: ^pylint_django/tests/input.*$
25
- args: [--safe, --line-length=120]
+ args: [--line-length=120]
26
- repo: https://github.com/tox-dev/pyproject-fmt
27
rev: "2.2.4"
28
hooks:
0 commit comments