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.9.1
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.16.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
@@ -25,28 +25,28 @@ repos:
25
25
args : ['--branch', 'master']
26
26
27
27
- repo : https://github.com/PyCQA/flake8
28
- rev : 4.0.1
28
+ rev : 6.1.0
29
29
hooks :
30
30
- id : flake8
31
31
language_version : python3
32
32
additional_dependencies :
33
33
- flake8-builtins==1.5.3
34
34
- flake8-typing-imports==1.12.0
35
35
36
- - repo : https://github.com/asottile/reorder_python_imports
37
- rev : v3.0.1
36
+ - repo : https://github.com/asottile/reorder-python-imports
37
+ rev : v3.11.0
38
38
hooks :
39
39
- id : reorder-python-imports
40
40
args : ["--application-directories=.:src:testing", --py3-plus]
41
41
42
42
- repo : https://github.com/asottile/pyupgrade
43
- rev : v2.32 .0
43
+ rev : v3.11 .0
44
44
hooks :
45
45
- id : pyupgrade
46
46
args : [--py3-plus]
47
47
48
48
- repo : https://github.com/pre-commit/mirrors-eslint
49
- rev : v8.38 .0
49
+ rev : v8.49 .0
50
50
hooks :
51
51
- id : eslint
52
52
additional_dependencies :
You can’t perform that action at this time.
0 commit comments