This repository was archived by the owner on Apr 22, 2023. It is now read-only.
File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
repos :
2
2
- repo : https://github.com/psf/black
3
- rev : ' 21.10b0 '
3
+ rev : ' 23.1.0 '
4
4
hooks :
5
5
- id : black
6
6
- repo : https://github.com/PyCQA/isort
7
- rev : ' 5.10 .0' # Use the revision sha / tag you want to point at
7
+ rev : ' 5.12 .0' # Use the revision sha / tag you want to point at
8
8
hooks :
9
9
- id : isort
10
10
- repo : https://github.com/pre-commit/pre-commit-hooks
11
- rev : ' v4.0.1 '
11
+ rev : ' v4.4.0 '
12
12
hooks :
13
13
- id : check-added-large-files
14
14
- repo : https://github.com/asottile/setup-cfg-fmt
15
- rev : ' v1.19 .0'
15
+ rev : ' v2.2 .0'
16
16
hooks :
17
17
- id : setup-cfg-fmt
18
18
- repo : https://github.com/pre-commit/pre-commit-hooks
19
- rev : v4.0.1 # Use the ref you want to point at
19
+ rev : v4.4.0 # Use the ref you want to point at
20
20
hooks :
21
21
- id : trailing-whitespace
22
22
- id : check-yaml
23
23
exclude : docs/mkdocs.yml
24
24
- repo : https://github.com/PyCQA/pylint
25
- rev : ' v2.11.1 '
25
+ rev : ' v2.17.0 '
26
26
hooks :
27
27
- id : pylint
28
28
name : pylint
29
29
entry : pylint mkdocstrings_sourcelink
30
30
pass_filenames : false
31
31
always_run : true
32
32
- repo : https://github.com/PyCQA/pydocstyle
33
- rev : ' 6.1.1 '
33
+ rev : ' 6.3.0 '
34
34
hooks :
35
35
- id : pydocstyle
36
36
name : pydocstyle
You can’t perform that action at this time.
0 commit comments