add pyflakes to dev deps, run pyflakes in CI

This commit is contained in:
Jonathan Wren 2020-04-11 14:26:41 -07:00
parent e3a46e9846
commit a03445bb84
4 changed files with 16 additions and 70 deletions

View file

@ -62,11 +62,15 @@ jobs:
- python: nightly
include:
- name: Lint, via Black
- name: Misc Linting
python: 3.8
script:
- poetry --version
- poetry check
- black --version
- black --check . --verbose --diff
- black --check --diff .
- pyflakes --version
- pyflakes .
# Python 3.6 Tests
- name: Python 3.6 on Linux