moved python black configuration to pyproject.toml and fixed bad exclude
This commit is contained in:
parent
f8b0ab6ec3
commit
80194b3e38
4 changed files with 9 additions and 6 deletions
2
.github/workflows/daemon-checks.yml
vendored
2
.github/workflows/daemon-checks.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue