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 1
1
default_language_version :
2
2
python : " 3.10"
3
3
repos :
4
- - repo : https://github.com/myint /autoflake
5
- rev : v1.5.3
4
+ - repo : https://github.com/PyCQA /autoflake
5
+ rev : v2.0.0
6
6
hooks :
7
7
- id : autoflake
8
8
name : autoflake
9
9
args : [ "--in-place", "--remove-unused-variables", "--remove-all-unused-imports" ]
10
10
language : python
11
11
files : \.py$
12
12
- repo : https://github.com/asottile/reorder_python_imports
13
- rev : v3.8.2
13
+ rev : v3.9.0
14
14
hooks :
15
15
- id : reorder-python-imports
16
16
args : ['--application-directories=.:src']
17
17
name : reorder python imports
18
18
- repo : https://github.com/psf/black
19
- rev : 22.3 .0
19
+ rev : 22.12 .0
20
20
hooks :
21
21
- id : black
22
22
args : [--safe, --quiet]
23
23
- repo : https://github.com/pre-commit/pre-commit-hooks
24
- rev : v4.2 .0
24
+ rev : v4.4 .0
25
25
hooks :
26
26
- id : trailing-whitespace
27
27
- id : end-of-file-fixer
34
34
language : python
35
35
additional_dependencies : [pygments, restructuredtext_lint]
36
36
- repo : https://github.com/pre-commit/mirrors-mypy
37
- rev : v0.971
37
+ rev : v0.991
38
38
hooks :
39
39
- id : mypy
40
40
files : src/
You can’t perform that action at this time.
0 commit comments