chore(clean): Fix codestyle of config.py
ci/woodpecker/push/lint Pipeline failed Details
ci/woodpecker/push/test Pipeline was successful Details

This commit is contained in:
Ferdinand Thiessen 2022-02-22 11:07:15 +01:00
parent c5db932065
commit bc2fb820f0
2 changed files with 2 additions and 2 deletions

View File

@ -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 .