removed references for excluding utm.py as it is no longer present

This commit is contained in:
Blake Harnden 2020-07-14 12:54:13 -07:00
parent 873fc0e468
commit fdd2e6f1f1
3 changed files with 4 additions and 4 deletions

View file

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