We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3fad08 commit 3589af0Copy full SHA for 3589af0
1 file changed
.pre-commit-config.yaml
@@ -13,22 +13,9 @@ repos:
13
- id: trailing-whitespace
14
- id: mixed-line-ending
15
16
- - repo: https://github.com/psf/black
17
- rev: 24.2.0
18
- hooks:
19
- - id: black
20
- args: ["--line-length=100"]
21
- language_version: python3
22
-
23
- repo: https://github.com/astral-sh/ruff-pre-commit
24
- rev: v0.2.1
+ rev: v0.15.2
25
hooks:
26
- id: ruff
27
- args:
28
- ["--fix"]
29
30
- - repo: https://github.com/pycqa/flake8
31
- rev: 7.0.0
32
33
- - id: flake8
34
+ args: ["--fix-only", "--show-fixes"]
+ - id: ruff-format
0 commit comments