Skip to content

Commit 48b7e9f

Browse files
Whitespace
Co-authored-by: Tomas R. <[email protected]>
1 parent a5c50d3 commit 48b7e9f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repos:
1616
files: ^Tools/build/
1717
- id: ruff
1818
name: Run Ruff (lint) on Tools/i18n/
19-
args: [ --exit-non-zero-on-fix, --config=Tools/i18n/.ruff.toml ]
19+
args: [--exit-non-zero-on-fix, --config=Tools/i18n/.ruff.toml]
2020
files: ^Tools/i18n/
2121
- id: ruff
2222
name: Run Ruff (lint) on Argument Clinic

Tools/i18n/.ruff.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ select = [
55
"F", # Enable all pyflakes rules
66
"I", # Enable all isort rules
77
"UP", # Enable all pyupgrade rules by default
8-
]
8+
]

0 commit comments

Comments
 (0)