File tree Expand file tree Collapse file tree 1 file changed +20
-10
lines changed Expand file tree Collapse file tree 1 file changed +20
-10
lines changed Original file line number Diff line number Diff line change 1
- - id : ruff
2
- name : ruff
3
- description : " Run 'ruff' for extremely fast Python linting"
4
- entry : ruff check --force-exclude
5
- language : python
6
- ' types_or ' : [python, pyi]
7
- args : []
8
- require_serial : true
9
- additional_dependencies : []
10
- minimum_pre_commit_version : ' 2.9.2'
1
+ - id : ruff
2
+ name : ruff
3
+ description : " Run 'ruff' for extremely fast Python linting"
4
+ entry : ruff check --force-exclude
5
+ language : python
6
+ " types_or " : [python, pyi]
7
+ args : []
8
+ require_serial : true
9
+ additional_dependencies : []
10
+ minimum_pre_commit_version : " 2.9.2"
11
+ - id : ruff-format
12
+ name : ruff-format
13
+ description : " Run 'ruff format' for extremely fast Python formatting"
14
+ entry : ruff format --force-exclude
15
+ language : python
16
+ " types_or " : [python, pyi]
17
+ args : []
18
+ require_serial : true
19
+ additional_dependencies : []
20
+ minimum_pre_commit_version : " 2.9.2"
You can’t perform that action at this time.
0 commit comments