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 a5c50d3 commit 48b7e9fCopy full SHA for 48b7e9f
.pre-commit-config.yaml
@@ -16,7 +16,7 @@ repos:
16
files: ^Tools/build/
17
- id: ruff
18
name: Run Ruff (lint) on Tools/i18n/
19
- args: [ --exit-non-zero-on-fix, --config=Tools/i18n/.ruff.toml ]
+ args: [--exit-non-zero-on-fix, --config=Tools/i18n/.ruff.toml]
20
files: ^Tools/i18n/
21
22
name: Run Ruff (lint) on Argument Clinic
Tools/i18n/.ruff.toml
@@ -5,4 +5,4 @@ select = [
5
"F", # Enable all pyflakes rules
6
"I", # Enable all isort rules
7
"UP", # Enable all pyupgrade rules by default
8
-]
+]
0 commit comments