File tree Expand file tree Collapse file tree 2 files changed +35
-35
lines changed Expand file tree Collapse file tree 2 files changed +35
-35
lines changed Original file line number Diff line number Diff line change 33- package-ecosystem : " github-actions"
44 directory : " /"
55 schedule :
6- interval : " weekly"
6+ interval : " weekly"
Original file line number Diff line number Diff line change 11repos :
2- - repo : https://github.com/psf/black-pre-commit-mirror
3- rev : 23.9.1
4- hooks :
5- - id : black
6- alias : black-check
7- name : black (check)
8- args : [--check, --diff]
9- exclude : ^git/ext/
10- stages : [manual]
2+ - repo : https://github.com/psf/black-pre-commit-mirror
3+ rev : 23.9.1
4+ hooks :
5+ - id : black
6+ alias : black-check
7+ name : black (check)
8+ args : [--check, --diff]
9+ exclude : ^git/ext/
10+ stages : [manual]
1111
12- - id : black
13- alias : black-format
14- name : black (format)
15- exclude : ^git/ext/
12+ - id : black
13+ alias : black-format
14+ name : black (format)
15+ exclude : ^git/ext/
1616
17- - repo : https://github.com/PyCQA/flake8
18- rev : 6.1.0
19- hooks :
20- - id : flake8
21- additional_dependencies :
22- - flake8-bugbear==23.9.16
23- - flake8-comprehensions==3.14.0
24- - flake8-typing-imports==1.14.0
25- exclude : ^doc|^git/ext/
17+ - repo : https://github.com/PyCQA/flake8
18+ rev : 6.1.0
19+ hooks :
20+ - id : flake8
21+ additional_dependencies :
22+ - flake8-bugbear==23.9.16
23+ - flake8-comprehensions==3.14.0
24+ - flake8-typing-imports==1.14.0
25+ exclude : ^doc|^git/ext/
2626
27- - repo : https://github.com/shellcheck-py/shellcheck-py
28- rev : v0.9.0.5
29- hooks :
30- - id : shellcheck
31- args : [--color]
32- exclude : ^git/ext/
27+ - repo : https://github.com/shellcheck-py/shellcheck-py
28+ rev : v0.9.0.5
29+ hooks :
30+ - id : shellcheck
31+ args : [--color]
32+ exclude : ^git/ext/
3333
34- - repo : https://github.com/pre-commit/pre-commit-hooks
35- rev : v4.4.0
36- hooks :
37- - id : check-toml
38- - id : check-yaml
39- - id : check-merge-conflict
34+ - repo : https://github.com/pre-commit/pre-commit-hooks
35+ rev : v4.4.0
36+ hooks :
37+ - id : check-toml
38+ - id : check-yaml
39+ - id : check-merge-conflict
You can’t perform that action at this time.
0 commit comments