diff --git a/.woodpecker/tests.yml b/.woodpecker/tests.yml index 0a867d6..27eb062 100644 --- a/.woodpecker/tests.yml +++ b/.woodpecker/tests.yml @@ -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: