File tree Expand file tree Collapse file tree 6 files changed +9
-23
lines changed
Expand file tree Collapse file tree 6 files changed +9
-23
lines changed Original file line number Diff line number Diff line change 1010 fail-fast : false
1111 matrix :
1212 python :
13- - { VERSION: "3.6", TOXENV: "py36", ALLOW_FAILURE: false }
14- - { VERSION: "3.7", TOXENV: "py37", ALLOW_FAILURE: false }
1513 - { VERSION: "3.8", TOXENV: "py38", ALLOW_FAILURE: false }
1614 - { VERSION: "3.9", TOXENV: "py39",ALLOW_FAILURE: false }
1715 - { VERSION: "3.10", TOXENV: "py310",ALLOW_FAILURE: false }
Original file line number Diff line number Diff line change 88 - id : end-of-file-fixer
99 - id : trailing-whitespace
1010- repo : https://github.com/asottile/reorder-python-imports
11- rev : v3.10 .0
11+ rev : v3.11 .0
1212 hooks :
1313 - id : reorder-python-imports
14- args : [--application-directories, '.:src', --py36 -plus]
14+ args : [--application-directories, '.:src', --py38 -plus]
1515- repo : https://github.com/psf/black
16- rev : 23.7.0
16+ rev : 23.9.1
1717 hooks :
1818 - id : black
1919- repo : https://github.com/asottile/pyupgrade
20- rev : v3.10.1
20+ rev : v3.11.0
2121 hooks :
2222 - id : pyupgrade
23- args : [--py36 -plus]
23+ args : [--py38 -plus]
2424- repo : https://github.com/pre-commit/mirrors-mypy
25- rev : v1.5.0
25+ rev : v1.5.1
2626 hooks :
2727 - id : mypy
2828 exclude : ^(docs/|tests/)
3434 rev : v2.4.0
3535 hooks :
3636 - id : setup-cfg-fmt
37- args : [--min-py3-version, '3.6 ']
37+ args : [--min-py3-version, '3.8 ']
Original file line number Diff line number Diff line change @@ -3,16 +3,6 @@ sudo: false
33
44matrix :
55 include :
6- - python : 2.7
7- env : TOXENV=py27
8- - python : 3.4
9- env : TOXENV=py34
10- - python : 3.5
11- env : TOXENV=py35
12- - python : 3.6
13- env : TOXENV=py36
14- - python : 3.7
15- env : TOXENV=py37
166 - python : 3.8
177 env : TOXENV=py38
188 - env : TOXENV=pep8
Original file line number Diff line number Diff line change 11[tool .black ]
22line-length = 78
3- target-version = [' py36 ' ]
3+ target-version = [' py38 ' ]
44safe = true
55exclude = '''
66(
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ project_urls =
2525
2626[options]
2727packages = find:
28- python_requires = >=3.6
28+ python_requires = >=3.8
2929include_package_data = True
3030
3131[options.package_data]
Original file line number Diff line number Diff line change 11[tox]
22envlist =
3- py36,
4- py37,
53 py38,
64 py39,
75 py310,
You can’t perform that action at this time.
0 commit comments