File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 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 : 24.1.1
3
+ rev : 24.10.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 : 1.16.0
9
+ rev : 1.19.1
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.5 .0
15
+ rev : v5.0 .0
16
16
hooks :
17
17
- id : trailing-whitespace
18
18
- id : end-of-file-fixer
25
25
args : ['--branch', 'master']
26
26
27
27
- repo : https://github.com/PyCQA/flake8
28
- rev : 7.0.0
28
+ rev : 7.1.1
29
29
hooks :
30
30
- id : flake8
31
31
language_version : python3
@@ -34,19 +34,19 @@ repos:
34
34
- flake8-typing-imports==1.12.0
35
35
36
36
- repo : https://github.com/asottile/reorder-python-imports
37
- rev : v3.12 .0
37
+ rev : v3.14 .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 : v3.15 .0
43
+ rev : v3.19 .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.52 .0
49
+ rev : v9.15 .0
50
50
hooks :
51
51
- id : eslint
52
52
additional_dependencies :
You can’t perform that action at this time.
0 commit comments