black check tests as well and show diff
This commit is contained in:
parent
06444bafb6
commit
4a59b22c75
|
|
@ -25,7 +25,7 @@ jobs:
|
|||
- name: Lint with black
|
||||
run: |
|
||||
# stop the build if there are Python syntax errors or undefined names
|
||||
black --check pandas_ods_reader/
|
||||
black --check --diff pandas_ods_reader/ tests/
|
||||
- name: Test with pytest
|
||||
run: |
|
||||
python -m pytest tests/
|
||||
|
|
|
|||
Loading…
Reference in New Issue