mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-26 10:54:32 +02:00
only run flake8 on Python 3.8 or higher, refs #550
This commit is contained in:
parent
e4cff2236b
commit
948692a94b
1 changed files with 2 additions and 1 deletions
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
|
|
@ -44,7 +44,8 @@ jobs:
|
|||
pytest -v
|
||||
- name: run mypy
|
||||
run: mypy sqlite_utils tests
|
||||
- name: run flake8
|
||||
- name: run flake8 if Python 3.8 or higher
|
||||
if: matrix.python-version >= 3.8
|
||||
run: flake8
|
||||
- name: Check formatting
|
||||
run: black . --check
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue