File tree 1 file changed +6
-6
lines changed 1 file changed +6
-6
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 : 23.9.1
3
+ rev : 24.2.0
4
4
hooks :
5
5
- id : black
6
6
args : [--safe, --quiet]
10
10
- id : blacken-docs
11
11
additional_dependencies : [black==23.1.0]
12
12
- repo : https://github.com/pre-commit/pre-commit-hooks
13
- rev : v4.4 .0
13
+ rev : v4.5 .0
14
14
hooks :
15
15
- id : trailing-whitespace
16
16
- id : end-of-file-fixer
@@ -21,15 +21,15 @@ repos:
21
21
exclude : _pytest/(debugging|hookspec).py
22
22
language_version : python3
23
23
- repo : https://github.com/PyCQA/autoflake
24
- rev : v2.2.1
24
+ rev : v2.3.0
25
25
hooks :
26
26
- id : autoflake
27
27
name : autoflake
28
28
args : ["--in-place", "--remove-unused-variables", "--remove-all-unused-imports"]
29
29
language : python
30
30
files : \.py$
31
31
- repo : https://github.com/PyCQA/flake8
32
- rev : 6.1 .0
32
+ rev : 7.0 .0
33
33
hooks :
34
34
- id : flake8
35
35
language_version : python3
@@ -39,12 +39,12 @@ repos:
39
39
- flake8-no-pep420
40
40
- flake8-tidy-imports
41
41
- repo : https://github.com/asottile/reorder-python-imports
42
- rev : v3.10 .0
42
+ rev : v3.12 .0
43
43
hooks :
44
44
- id : reorder-python-imports
45
45
args : ['--application-directories=.:src', --py37-plus]
46
46
- repo : https://github.com/asottile/pyupgrade
47
- rev : v3.10 .1
47
+ rev : v3.15 .1
48
48
hooks :
49
49
- id : pyupgrade
50
50
args : [--py37-plus]
You can’t perform that action at this time.
0 commit comments