File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 2
2
- repo : https://github.com/astral-sh/ruff-pre-commit
3
3
rev : v0.13.2
4
4
hooks :
5
- - id : ruff
5
+ - id : ruff-check
6
6
name : Run Ruff (lint) on Doc/
7
7
args : [--exit-non-zero-on-fix]
8
8
files : ^Doc/
9
- - id : ruff
9
+ - id : ruff-check
10
10
name : Run Ruff (lint) on Lib/test/
11
11
args : [--exit-non-zero-on-fix]
12
12
files : ^Lib/test/
13
- - id : ruff
13
+ - id : ruff-check
14
14
name : Run Ruff (lint) on Tools/build/
15
15
args : [--exit-non-zero-on-fix, --config=Tools/build/.ruff.toml]
16
16
files : ^Tools/build/
17
- - id : ruff
17
+ - id : ruff-check
18
18
name : Run Ruff (lint) on Tools/i18n/
19
19
args : [--exit-non-zero-on-fix, --config=Tools/i18n/.ruff.toml]
20
20
files : ^Tools/i18n/
21
- - id : ruff
21
+ - id : ruff-check
22
22
name : Run Ruff (lint) on Argument Clinic
23
23
args : [--exit-non-zero-on-fix, --config=Tools/clinic/.ruff.toml]
24
24
files : ^Tools/clinic/|Lib/test/test_clinic.py
25
- - id : ruff
25
+ - id : ruff-check
26
26
name : Run Ruff (lint) on Tools/peg_generator/
27
27
args : [--exit-non-zero-on-fix, --config=Tools/peg_generator/.ruff.toml]
28
28
files : ^Tools/peg_generator/
You can’t perform that action at this time.
0 commit comments