File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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"
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"
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'
Original file line number Diff line number Diff line change 1- 0.0.289
1+ 0.0.290
Original file line number Diff line number Diff line change 66setup (
77 name = 'pre_commit_placeholder_package' ,
88 version = '0.0.0' ,
9- install_requires = ['ruff==0.0.289 ' ],
9+ install_requires = ['ruff==0.0.290 ' ],
1010)
You can’t perform that action at this time.
0 commit comments