Cédric Krier pushed to branch branch/default at Tryton / Tryton


Commits:
05193ae8 by Hartmut Goebel at 2023-02-11T12:55:43+01:00
Make isort output required changes
- - - - -


1 changed file:

- .gitlab-ci.yml


Changes:

=====================================
.gitlab-ci.yml
=====================================
@@ -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/**/*



View it on Heptapod: 
https://foss.heptapod.net/tryton/tryton/-/commit/05193ae81aba85b7b56f24fe8210283383d43bef

-- 
View it on Heptapod: 
https://foss.heptapod.net/tryton/tryton/-/commit/05193ae81aba85b7b56f24fe8210283383d43bef
You're receiving this email because of your account on foss.heptapod.net.


Reply via email to