Fix multiline linting job

This commit is contained in:
Sonny Bakker 2024-08-28 08:44:41 +02:00
parent f5f7f99f71
commit 5fc0742688

View file

@ -7,7 +7,8 @@ python-linting:
script:
- isort --check-only src/
- black --line-length 88 --check src/
- autoflake --check \
- |
autoflake --check \
--recursive \
--remove-all-unused-imports \
--ignore-init-module-imports \