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 2
2
autoupdate_schedule : " quarterly"
3
3
repos :
4
4
- repo : https://github.com/pre-commit/pre-commit-hooks
5
- rev : v4.3 .0
5
+ rev : v4.4 .0
6
6
hooks :
7
7
- id : check-docstring-first
8
8
- id : end-of-file-fixer
9
9
- id : trailing-whitespace
10
10
11
11
- repo : https://github.com/psf/black
12
- rev : 22.8 .0
12
+ rev : 22.12 .0
13
13
hooks :
14
14
- id : black
15
15
16
16
- repo : https://github.com/pycqa/isort
17
- rev : 5.10.1
17
+ rev : 5.11.4
18
18
hooks :
19
19
- id : isort
20
20
21
21
- repo : https://github.com/nbQA-dev/nbQA
22
- rev : 1.5.2
22
+ rev : 1.6.0
23
23
hooks :
24
24
- id : nbqa-black
25
25
- id : nbqa-isort
@@ -30,18 +30,18 @@ repos:
30
30
- id : nbstripout
31
31
32
32
- repo : https://github.com/pre-commit/mirrors-prettier
33
- rev : v3.0.0-alpha.0
33
+ rev : v3.0.0-alpha.4
34
34
hooks :
35
35
- id : prettier
36
36
37
37
- repo : https://github.com/PyCQA/flake8
38
- rev : 5 .0.4
38
+ rev : 6 .0.0
39
39
hooks :
40
40
- id : flake8
41
41
additional_dependencies : [flake8-typing-imports==1.7.0]
42
42
43
43
- repo : https://github.com/PyCQA/autoflake
44
- rev : v1.6.1
44
+ rev : v2.0.0
45
45
hooks :
46
46
- id : autoflake
47
47
args :
You can’t perform that action at this time.
0 commit comments