removed references for excluding utm.py as it is no longer present
This commit is contained in:
parent
873fc0e468
commit
fdd2e6f1f1
3 changed files with 4 additions and 4 deletions
|
@ -12,7 +12,7 @@ repos:
|
|||
name: black
|
||||
stages: [commit]
|
||||
language: system
|
||||
entry: bash -c 'cd daemon && poetry run black --exclude ".+_pb2.*.py|doc|build|utm\.py" .'
|
||||
entry: bash -c 'cd daemon && poetry run black --exclude ".+_pb2.*.py|doc|build" .'
|
||||
types: [python]
|
||||
|
||||
- id: flake8
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue