Fix multiline linting job
This commit is contained in:
parent
f5f7f99f71
commit
5fc0742688
1 changed files with 2 additions and 1 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue