mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-06 13:06:53 +00:00
mypy now passes
This commit is contained in:
parent
b6ba6d4d03
commit
fb7e9338cd
32 changed files with 255 additions and 212 deletions
|
|
@ -35,7 +35,7 @@ python36:
|
|||
script: tox -e py36
|
||||
|
||||
python37:
|
||||
image: python:3.7-rc
|
||||
image: python:3.7
|
||||
stage: test
|
||||
script: tox -e py37
|
||||
|
||||
|
|
@ -44,6 +44,11 @@ linters:
|
|||
stage: test
|
||||
script: tox -e linters
|
||||
|
||||
pre-commit:
|
||||
image: python:3.7
|
||||
stage: test
|
||||
script: tox -e pre-commit
|
||||
|
||||
docs:
|
||||
stage: test
|
||||
script: tox -e docs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue