chore(clean): Fix codestyle of config.py
This commit is contained in:
parent
c5db932065
commit
e510c54bd8
|
@ -3,4 +3,4 @@ pipeline:
|
||||||
image: python:slim
|
image: python:slim
|
||||||
commands:
|
commands:
|
||||||
- pip install black
|
- pip install black
|
||||||
- black --check --line-length 120 --target-version=py37 .
|
- black --check --line-length 120 --target-version=py39 .
|
||||||
|
|
Loading…
Reference in New Issue