Skip to content
Snippets Groups Projects

Make isort output required changes

Merged Hartmut Goebel requested to merge topic/default/isort-diff into branch/default
All threads resolved!
+ 2
2
@@ -101,7 +101,7 @@
check-isort:
extends: .check-code
script:
- isort -m VERTICAL_GRID -c --skip-glob 'cookiecutter*' .
- isort --multi-line VERTICAL_GRID --check --diff --skip-glob 'cookiecutter*' .
check-dist:
stage: check
@@ -127,7 +127,7 @@
script:
- cookiecutter --no-input cookiecutter-module -o /tmp
- flake8 /tmp/my_module
- isort -m VERTICAL_GRID -c /tmp/my_module
- isort --multi-line VERTICAL_GRID --check --diff /tmp/my_module
rules:
- changes:
- cookiecutter-module/**/*
Loading