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 ef2580b commit 8c78379Copy full SHA for 8c78379
1 file changed
.pre-commit-config.yaml
@@ -22,10 +22,6 @@ repos:
22
name: Run Ruff (lint) on Tools/build/
23
args: [--exit-non-zero-on-fix, --config=Tools/build/.ruff.toml]
24
files: ^Tools/build/
25
- - id: ruff-check
26
- name: Run Ruff (lint) on Tools/build/
27
- args: [--exit-non-zero-on-fix, --config=Tools/build/.ruff.toml]
28
- files: ^Tools/build/
29
- id: ruff-check
30
name: Run Ruff (lint) on Tools/i18n/
31
args: [--exit-non-zero-on-fix, --config=Tools/i18n/.ruff.toml]
0 commit comments