File tree 1 file changed +9
-9
lines changed
1 file changed +9
-9
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 : 22.6.0
3
+ rev : 23.12.1
4
4
hooks :
5
5
- id : black
6
6
- repo : https://github.com/pre-commit/pre-commit-hooks
7
- rev : v4.0.1
7
+ rev : v4.5.0
8
8
hooks :
9
9
- id : trailing-whitespace
10
10
args : [--markdown-linebreak-ext=md]
@@ -18,30 +18,30 @@ repos:
18
18
- id : end-of-file-fixer
19
19
- id : mixed-line-ending
20
20
- id : name-tests-test
21
- - repo : https://github.com/asottile/reorder_python_imports
22
- rev : v2.6 .0
21
+ - repo : https://github.com/asottile/reorder-python-imports
22
+ rev : v3.12 .0
23
23
hooks :
24
24
- id : reorder-python-imports
25
25
- repo : https://github.com/asottile/blacken-docs
26
- rev : v1.11 .0
26
+ rev : 1.16 .0
27
27
hooks :
28
28
- id : blacken-docs
29
29
additional_dependencies : [black==21.9b0]
30
30
- repo : https://github.com/PyCQA/bandit
31
- rev : 1.7.0
31
+ rev : 1.7.6
32
32
hooks :
33
33
- id : bandit
34
34
exclude : ^tests/
35
35
- repo : https://github.com/PyCQA/flake8
36
- rev : 4 .0.1
36
+ rev : 7 .0.0
37
37
hooks :
38
38
- id : flake8
39
39
- repo : https://github.com/pre-commit/mirrors-mypy
40
- rev : v0.910-1
40
+ rev : v1.8.0
41
41
hooks :
42
42
- id : mypy
43
43
additional_dependencies : [pydantic==1.8.2, types-requests==2.25.11, types-markdown==3.3.6]
44
44
- repo : https://github.com/asottile/pyupgrade
45
- rev : v2.29 .0
45
+ rev : v3.15 .0
46
46
hooks :
47
47
- id : pyupgrade
You can’t perform that action at this time.
0 commit comments