Fix isort in CI.
This commit is contained in:
parent
a3709926e4
commit
96315b1b00
1 changed files with 3 additions and 3 deletions
|
@ -16,8 +16,8 @@ before_script:
|
|||
|
||||
test:
|
||||
script:
|
||||
- poetry run isort --check
|
||||
- poetry run black --check
|
||||
- poetry run isort . --check
|
||||
- poetry run black . --check
|
||||
- poetry run pytest
|
||||
- poetry run coverage run --source=pricehist -m pytest
|
||||
- poetry run coverage report
|
||||
- poetry run coverage report
|
||||
|
|
Loading…
Add table
Reference in a new issue