File tree 2 files changed +35
-35
lines changed
2 files changed +35
-35
lines changed Original file line number Diff line number Diff line change 3
3
- package-ecosystem : " github-actions"
4
4
directory : " /"
5
5
schedule :
6
- interval : " weekly"
6
+ interval : " weekly"
Original file line number Diff line number Diff line change 1
1
repos :
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]
11
11
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/
16
16
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/
26
26
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/
33
33
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