File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 10
10
- id : name-tests-test
11
11
- id : requirements-txt-fixer
12
12
- repo : https://github.com/asottile/setup-cfg-fmt
13
- rev : v1.20.2
13
+ rev : v2.0.0
14
14
hooks :
15
15
- id : setup-cfg-fmt
16
16
- repo : https://github.com/asottile/reorder_python_imports
24
24
- id : add-trailing-comma
25
25
args : [--py36-plus]
26
26
- repo : https://github.com/asottile/pyupgrade
27
- rev : v2.37.2
27
+ rev : v2.37.3
28
28
hooks :
29
29
- id : pyupgrade
30
30
args : [--py37-plus]
33
33
hooks :
34
34
- id : autopep8
35
35
- repo : https://github.com/PyCQA/flake8
36
- rev : 4 .0.1
36
+ rev : 5 .0.2
37
37
hooks :
38
38
- id : flake8
39
39
- repo : https://github.com/pre-commit/mirrors-mypy
Original file line number Diff line number Diff line change @@ -14,10 +14,6 @@ classifiers =
14
14
License :: OSI Approved :: MIT License
15
15
Programming Language :: Python :: 3
16
16
Programming Language :: Python :: 3 :: Only
17
- Programming Language :: Python :: 3.7
18
- Programming Language :: Python :: 3.8
19
- Programming Language :: Python :: 3.9
20
- Programming Language :: Python :: 3.10
21
17
Programming Language :: Python :: Implementation :: CPython
22
18
Programming Language :: Python :: Implementation :: PyPy
23
19
You can’t perform that action at this time.
0 commit comments