Remove deprecated option isort option

This commit is contained in:
Sonny Bakker 2022-05-26 11:59:25 +02:00
parent 1f0a8a54da
commit e5220eb9a5

View file

@ -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: