Remove deprecated option isort option
This commit is contained in:
parent
1f0a8a54da
commit
e5220eb9a5
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ python-linting:
|
|||
before_script:
|
||||
- pip install -r requirements/production.txt -r requirements/development.txt --quiet
|
||||
script:
|
||||
- isort src/ --check-only --recursive
|
||||
- isort src/ --check-only
|
||||
- black src/ --line-length 88 --check
|
||||
- autoflake src/ --check --recursive --remove-all-unused-imports --ignore-init-module-imports
|
||||
only:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue