adapt isort to black defaults
All checks were successful
ci/woodpecker/push/tests Pipeline was successful

This commit is contained in:
Ivan Schaller 2022-06-20 22:56:07 +02:00
parent 96c6b9489b
commit 78da547898

View file

@ -29,7 +29,7 @@ pipeline:
image: 'cr.44net.ch/drone-plugins/test'
pull: true
commands:
- isort --profile black --check-only --diff .
- isort --skip-gitignore --line-length 88 --profile black --check-only --diff .
# check static typing - python
test-mypy: