mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-06-29 22:16:13 +02:00
add pyflakes to dev deps, run pyflakes in CI
This commit is contained in:
parent
e3a46e9846
commit
a03445bb84
4 changed files with 16 additions and 70 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue