File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
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.3 .0
3
+ rev : 23.7 .0
4
4
hooks :
5
5
- id : black
6
6
args : [--safe, --quiet, --line-length=88]
7
7
8
8
- repo : https://github.com/asottile/blacken-docs
9
- rev : v1.12.1
9
+ rev : 1.15.0
10
10
hooks :
11
11
- id : blacken-docs
12
12
additional_dependencies : [black==22.3.0]
13
13
14
14
- repo : https://github.com/pre-commit/pre-commit-hooks
15
- rev : v4.1 .0
15
+ rev : v4.4 .0
16
16
hooks :
17
17
- id : trailing-whitespace
18
18
- id : end-of-file-fixer
@@ -23,28 +23,28 @@ repos:
23
23
language_version : python3
24
24
25
25
- repo : https://github.com/PyCQA/flake8
26
- rev : 4 .0.1
26
+ rev : 6 .0.0
27
27
hooks :
28
28
- id : flake8
29
29
language_version : python3
30
30
additional_dependencies :
31
31
- flake8-builtins==1.5.3
32
32
- flake8-typing-imports==1.12.0
33
33
34
- - repo : https://github.com/asottile/reorder_python_imports
35
- rev : v3.0.1
34
+ - repo : https://github.com/asottile/reorder-python-imports
35
+ rev : v3.10.0
36
36
hooks :
37
37
- id : reorder-python-imports
38
38
args : ["--application-directories=.:src:testing", --py3-plus]
39
39
40
40
- repo : https://github.com/asottile/pyupgrade
41
- rev : v2.32 .0
41
+ rev : v3.9 .0
42
42
hooks :
43
43
- id : pyupgrade
44
44
args : [--py3-plus]
45
45
46
46
- repo : https://github.com/pre-commit/mirrors-eslint
47
- rev : v8.38 .0
47
+ rev : v8.44 .0
48
48
hooks :
49
49
- id : eslint
50
50
additional_dependencies :
You can’t perform that action at this time.
0 commit comments