File tree 4 files changed +10
-11
lines changed
4 files changed +10
-11
lines changed Original file line number Diff line number Diff line change 8
8
9
9
jobs :
10
10
main-windows :
11
- uses : asottile/workflows/.github/workflows/tox.yml@v1.4.2
11
+ uses : asottile/workflows/.github/workflows/tox.yml@v1.5.0
12
12
with :
13
13
env : ' ["py38"]'
14
14
os : windows-latest
15
15
wheel-tags : true
16
16
main-macos :
17
- uses : asottile/workflows/.github/workflows/tox.yml@v1.4.2
17
+ uses : asottile/workflows/.github/workflows/tox.yml@v1.5.0
18
18
with :
19
19
env : ' ["py38"]'
20
20
os : macos-latest
21
21
wheel-tags : true
22
22
main-linux :
23
- uses : asottile/workflows/.github/workflows/tox.yml@v1.4.2
23
+ uses : asottile/workflows/.github/workflows/tox.yml@v1.5.0
24
24
with :
25
25
env : ' ["py38"]'
26
26
os : ubuntu-latest
Original file line number Diff line number Diff line change @@ -10,24 +10,23 @@ repos:
10
10
- id : name-tests-test
11
11
- id : requirements-txt-fixer
12
12
- repo : https://github.com/asottile/setup-cfg-fmt
13
- rev : v2.3 .0
13
+ rev : v2.4 .0
14
14
hooks :
15
15
- id : setup-cfg-fmt
16
16
- repo : https://github.com/asottile/reorder-python-imports
17
17
rev : v3.10.0
18
18
hooks :
19
19
- id : reorder-python-imports
20
- args : [--py37 -plus, --add-import, 'from __future__ import annotations']
20
+ args : [--py38 -plus, --add-import, 'from __future__ import annotations']
21
21
- repo : https://github.com/asottile/add-trailing-comma
22
- rev : v2.5.1
22
+ rev : v3.0.0
23
23
hooks :
24
24
- id : add-trailing-comma
25
- args : [--py36-plus]
26
25
- repo : https://github.com/asottile/pyupgrade
27
- rev : v3.7 .0
26
+ rev : v3.8 .0
28
27
hooks :
29
28
- id : pyupgrade
30
- args : [--py37 -plus]
29
+ args : [--py38 -plus]
31
30
- repo : https://github.com/pre-commit/mirrors-autopep8
32
31
rev : v2.0.2
33
32
hooks :
Original file line number Diff line number Diff line change @@ -16,4 +16,4 @@ classifiers =
16
16
Programming Language :: Python :: Implementation :: PyPy
17
17
18
18
[options]
19
- python_requires = >=3.7
19
+ python_requires = >=3.8
Original file line number Diff line number Diff line change 1
1
[tox]
2
- envlist = py38 ,pre-commit
2
+ envlist = py ,pre-commit
3
3
4
4
[testenv]
5
5
commands =
You can’t perform that action at this time.
0 commit comments