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 dd8bfbb commit 175b1eeCopy full SHA for 175b1ee
.pre-commit-config.yaml
@@ -13,7 +13,7 @@ repos:
13
- id: ruff
14
name: Run Ruff (lint) on Tools/build
15
args: [--exit-non-zero-on-fix, --config=Tools/build/.ruff.toml]
16
- files: ^Tools/build/*.py
+ files: ^Tools/build/
17
18
name: Run Ruff (lint) on Argument Clinic
19
args: [--exit-non-zero-on-fix, --config=Tools/clinic/.ruff.toml]
0 commit comments