Don't isort/black vendored code.
This commit is contained in:
parent
96315b1b00
commit
260fc428f5
1 changed files with 2 additions and 2 deletions
|
@ -16,8 +16,8 @@ before_script:
|
|||
|
||||
test:
|
||||
script:
|
||||
- poetry run isort . --check
|
||||
- poetry run black . --check
|
||||
- poetry run isort src tests --check
|
||||
- poetry run black src tests --check
|
||||
- poetry run pytest
|
||||
- poetry run coverage run --source=pricehist -m pytest
|
||||
- poetry run coverage report
|
||||
|
|
Loading…
Add table
Reference in a new issue