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 2
2
exclude : ^\.vscode/.*$
3
3
repos :
4
4
- repo : https://github.com/pre-commit/pre-commit-hooks
5
- rev : v4.4 .0
5
+ rev : v4.6 .0
6
6
hooks :
7
7
- id : check-added-large-files
8
8
- id : check-case-conflict
@@ -16,25 +16,25 @@ repos:
16
16
- id : end-of-file-fixer
17
17
- id : trailing-whitespace
18
18
- repo : https://github.com/PyCQA/isort
19
- rev : " 5.12.0 "
19
+ rev : " 5.13.2 "
20
20
hooks :
21
21
- id : isort
22
22
- repo : https://github.com/PyCQA/autoflake
23
- rev : v2.0 .1
23
+ rev : v2.3 .1
24
24
hooks :
25
25
- id : autoflake
26
26
args : [--in-place, --remove-all-unused-imports]
27
27
- repo : https://github.com/psf/black
28
- rev : ' 23.1 .0'
28
+ rev : ' 24.3 .0'
29
29
hooks :
30
30
- id : black
31
31
- repo : https://github.com/PyCQA/flake8
32
- rev : " 6 .0.0"
32
+ rev : " 7 .0.0"
33
33
hooks :
34
34
- id : flake8
35
35
additional_dependencies : [flake8-typing-imports]
36
36
- repo : https://github.com/pre-commit/mirrors-mypy
37
- rev : v0.991
37
+ rev : v1.9.0
38
38
hooks :
39
39
- id : mypy
40
40
additional_dependencies : [types-requests, types-PyYAML]
You can’t perform that action at this time.
0 commit comments