File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
exclude : ^(\.vscode/.*)$
2
2
repos :
3
3
- repo : https://github.com/pre-commit/pre-commit-hooks
4
- rev : v4.5 .0
4
+ rev : v4.6 .0
5
5
hooks :
6
6
- id : check-added-large-files
7
7
- id : check-case-conflict
@@ -19,21 +19,21 @@ repos:
19
19
hooks :
20
20
- id : isort
21
21
- repo : https://github.com/PyCQA/autoflake
22
- rev : v2.2 .1
22
+ rev : v2.3 .1
23
23
hooks :
24
24
- id : autoflake
25
25
args : [--in-place, --remove-all-unused-imports]
26
26
- repo : https://github.com/psf/black
27
- rev : ' 24.1.1 '
27
+ rev : ' 24.8.0 '
28
28
hooks :
29
29
- id : black
30
30
- repo : https://github.com/PyCQA/flake8
31
- rev : " 7.0.0 "
31
+ rev : " 7.1.1 "
32
32
hooks :
33
33
- id : flake8
34
34
additional_dependencies : [flake8-typing-imports]
35
35
- repo : https://github.com/pre-commit/mirrors-mypy
36
- rev : v1.8.0
36
+ rev : v1.11.2
37
37
hooks :
38
38
- id : mypy
39
39
additional_dependencies : [types-requests, types-PyYAML]
You can’t perform that action at this time.
0 commit comments