File tree Expand file tree Collapse file tree 4 files changed +9
-10
lines changed
Expand file tree Collapse file tree 4 files changed +9
-10
lines changed Original file line number Diff line number Diff line change 88
99jobs :
1010 main :
11- uses : asottile/workflows/.github/workflows/tox.yml@v1.0 .0
11+ uses : asottile/workflows/.github/workflows/tox.yml@v1.5 .0
1212 with :
13- env : ' ["py37 ", "py38 "]'
13+ env : ' ["py38 ", "py39 "]'
Original file line number Diff line number Diff line change @@ -10,24 +10,23 @@ repos:
1010 - id : name-tests-test
1111 - id : requirements-txt-fixer
1212- repo : https://github.com/asottile/setup-cfg-fmt
13- rev : v2.3 .0
13+ rev : v2.4 .0
1414 hooks :
1515 - id : setup-cfg-fmt
1616- repo : https://github.com/asottile/reorder-python-imports
1717 rev : v3.10.0
1818 hooks :
1919 - id : reorder-python-imports
20- args : [--py37 -plus, --add-import, 'from __future__ import annotations']
20+ args : [--py38 -plus, --add-import, 'from __future__ import annotations']
2121- repo : https://github.com/asottile/add-trailing-comma
22- rev : v2.5.1
22+ rev : v3.0.0
2323 hooks :
2424 - id : add-trailing-comma
25- args : [--py36-plus]
2625- repo : https://github.com/asottile/pyupgrade
27- rev : v3.7 .0
26+ rev : v3.8 .0
2827 hooks :
2928 - id : pyupgrade
30- args : [--py37 -plus]
29+ args : [--py38 -plus]
3130- repo : https://github.com/pre-commit/mirrors-autopep8
3231 rev : v2.0.2
3332 hooks :
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ classifiers =
2121packages = find:
2222install_requires =
2323 packaging
24- python_requires = >=3.7
24+ python_requires = >=3.8
2525
2626[options.packages.find]
2727exclude =
Original file line number Diff line number Diff line change 11[tox]
2- envlist = py37,pypy3 ,pre-commit
2+ envlist = py ,pre-commit
33
44[testenv]
55deps = -rrequirements-dev.txt
You can’t perform that action at this time.
0 commit comments