File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ default_language_version:
3
3
4
4
repos :
5
5
- repo : https://github.com/pre-commit/pre-commit-hooks
6
- rev : v4.5 .0
6
+ rev : v5.0 .0
7
7
hooks :
8
8
# list of supported hooks: https://pre-commit.com/hooks.html
9
9
- id : trailing-whitespace
18
18
19
19
# python code formatting
20
20
- repo : https://github.com/psf/black
21
- rev : 23.12.1
21
+ rev : 24.10.0
22
22
hooks :
23
23
- id : black
24
24
args : [--line-length, "120"]
@@ -32,14 +32,14 @@ repos:
32
32
33
33
# python upgrading syntax to newer version
34
34
- repo : https://github.com/asottile/pyupgrade
35
- rev : v3.15 .0
35
+ rev : v3.19 .0
36
36
hooks :
37
37
- id : pyupgrade
38
38
args : [--py38-plus]
39
39
40
40
# python check (PEP8), programming errors and code complexity
41
41
- repo : https://github.com/PyCQA/flake8
42
- rev : 7.0.0
42
+ rev : 7.1.1
43
43
hooks :
44
44
- id : flake8
45
45
args :
54
54
55
55
# pylint
56
56
- repo : https://github.com/pycqa/pylint
57
- rev : v3.0.3
57
+ rev : v3.3.1
58
58
hooks :
59
59
- id : pylint
You can’t perform that action at this time.
0 commit comments