We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3e7616 commit 999cbb1Copy full SHA for 999cbb1
1 file changed
.pre-commit-config.yaml
@@ -16,15 +16,15 @@ repos:
16
- id: mixed-line-ending
17
- id: name-tests-test
18
args: ["--pytest-test-first"]
19
- exclude: ^tests/legacy_metrics.py
20
- id: trailing-whitespace
21
22
- repo: https://github.com/astral-sh/ruff-pre-commit
23
rev: "v0.12.5"
24
hooks:
25
# Run the linter
26
- - id: ruff
27
- types_or: [python, pyi]
+ - id: ruff-check
28
args: ["--fix", "--show-fixes"]
+ pass_filenames: false
29
# Run the formatter
30
- id: ruff-format
0 commit comments