File tree 1 file changed +8
-9
lines changed
1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change 1
1
ci :
2
2
autofix_commit_msg : |
3
3
[pre-commit.ci] auto fixes from pre-commit.com hooks
4
-
5
4
for more information, see https://pre-commit.ci
6
5
autofix_prs : true
7
6
autoupdate_commit_msg : ' [pre-commit.ci] pre-commit autoupdate'
8
7
autoupdate_schedule : weekly
9
8
skip : []
10
9
submodules : false
11
10
repos :
12
- - repo : https:// github.com/ pre-commit/pre-commit-hooks
13
- rev : v4.6.0
11
+ - repo : git@ github.com: pre-commit/pre-commit-hooks
12
+ rev : v4.0.1
14
13
hooks :
15
14
- id : check-yaml
16
15
- id : end-of-file-fixer
17
16
- id : trailing-whitespace
18
- - repo : https:// github.com/ psf/black
19
- rev : 24.4.2
17
+ - repo : git@ github.com: psf/black
18
+ rev : 22.3.0
20
19
hooks :
21
20
- id : black
22
21
args : [--line-length=80, --target-version=py38]
23
- - repo : https:// github.com/ pycqa/isort
24
- rev : 5.13.2
22
+ - repo : git@ github.com: pycqa/isort
23
+ rev : 5.11.5
25
24
hooks :
26
25
- id : isort
27
26
name : isort (python)
28
27
args : [--profile=black, --line-length=80]
29
- - repo : https:// github.com/ pycqa/pydocstyle
30
- rev : ' 6.3.0 '
28
+ - repo : git@ github.com: pycqa/pydocstyle
29
+ rev : ' 6.1.1 '
31
30
hooks :
32
31
- id : pydocstyle
33
32
args : [--convention=numpy]
You can’t perform that action at this time.
0 commit comments