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