File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 15
15
- prettier-plugin-toml
16
16
17
17
- repo : https://github.com/psf/black
18
- rev : 24.4.2
18
+ rev : 24.10.0
19
19
hooks :
20
20
- id : black
21
21
25
25
- id : remove-tabs
26
26
27
27
- repo : https://github.com/pre-commit/pre-commit-hooks
28
- rev : v4.6 .0
28
+ rev : v5.0 .0
29
29
hooks :
30
30
- id : trailing-whitespace
31
31
- id : check-merge-conflict
40
40
- id : codespell
41
41
42
42
- repo : https://github.com/pycqa/flake8
43
- rev : 7.1.0
43
+ rev : 7.1.1
44
44
hooks :
45
45
- id : flake8
46
46
additional_dependencies :
@@ -51,13 +51,13 @@ repos:
51
51
52
52
- repo : https://github.com/asottile/pyupgrade
53
53
# keep it after flake8
54
- rev : v3.16.0
54
+ rev : v3.19.1
55
55
hooks :
56
56
- id : pyupgrade
57
57
args : ["--py39-plus"]
58
58
59
59
- repo : https://github.com/pre-commit/mirrors-mypy
60
- rev : v1.10.0
60
+ rev : v1.14.1
61
61
hooks :
62
62
- id : mypy
63
63
additional_dependencies :
67
67
- types-requests
68
68
69
69
- repo : https://github.com/pycqa/pylint
70
- rev : v3.2 .3
70
+ rev : v3.3 .3
71
71
hooks :
72
72
- id : pylint
73
73
additional_dependencies :
You can’t perform that action at this time.
0 commit comments