mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-23 09:24:31 +02:00
Run mypy against tests/ too, refs #37
This commit is contained in:
parent
7479933bc4
commit
c62363ebdc
4 changed files with 5 additions and 5 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -33,7 +33,7 @@ jobs:
|
|||
run: |
|
||||
pytest
|
||||
- name: run mypy
|
||||
run: mypy sqlite_utils
|
||||
run: mypy sqlite_utils tests
|
||||
- name: run flake8
|
||||
run: flake8
|
||||
- name: Check formatting
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue