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 5355fe4 commit 90f5b79Copy full SHA for 90f5b79
.pre-commit-config.yaml
@@ -14,6 +14,8 @@ repos:
14
name: Run Ruff (lint) on Lib/test/
15
args: [--exit-non-zero-on-fix]
16
files: ^Lib/test/
17
+ # TODO: remove this exclude once !p f-string support is merged to main
18
+ exclude: ^Lib/test/test_print\.py$
19
- id: ruff-check
20
name: Run Ruff (lint) on Tools/build/
21
args: [--exit-non-zero-on-fix, --config=Tools/build/.ruff.toml]
0 commit comments