Skip to content

Commit 8c78379

Browse files
committed
Get rid of a duplicate Ruff check entry
1 parent ef2580b commit 8c78379

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@ repos:
2222
name: Run Ruff (lint) on Tools/build/
2323
args: [--exit-non-zero-on-fix, --config=Tools/build/.ruff.toml]
2424
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/
2925
- id: ruff-check
3026
name: Run Ruff (lint) on Tools/i18n/
3127
args: [--exit-non-zero-on-fix, --config=Tools/i18n/.ruff.toml]

0 commit comments

Comments
 (0)