moved python black configuration to pyproject.toml and fixed bad exclude

This commit is contained in:
Blake Harnden 2020-07-14 13:33:40 -07:00
parent f8b0ab6ec3
commit 80194b3e38
4 changed files with 9 additions and 6 deletions

View file

@ -26,7 +26,7 @@ jobs:
- name: black
run: |
cd daemon
poetry run black --check --exclude ".+_pb2.*.py|doc|build" .
poetry run black --check .
- name: flake8
run: |
cd daemon