run black via poetry in CI

This commit is contained in:
Son NK 2021-03-08 13:39:20 +01:00
parent 095e2ae0de
commit 9c4a5fc734
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ jobs:
- name: Check formatting & linting
run: |
black --check .
poetry run black --check .
flake8
- name: Test with pytest