Nicolas Évrard pushed to branch branch/default at Tryton / python-sql


Commits:
fcca2c75 by Nicolas Évrard at 2023-02-05T01:00:51+01:00
Run isort and flake8 on all the files
- - - - -


1 changed file:

- .gitlab-ci.yml


Changes:

=====================================
.gitlab-ci.yml
=====================================
@@ -18,8 +18,8 @@
 check-flake8:
   extends: .check
   script:
-    - hg diff --rev s0 | flake8 --diff
+    - flake8
 
 check-isort:
   extends: .check
   script:
@@ -22,8 +22,8 @@
 
 check-isort:
   extends: .check
   script:
-    - isort -m VERTICAL_GRID -p trytond -c `hg status --no-status --added 
--modified --rev s0`
+    - isort -m VERTICAL_GRID -c .
 
 check-dist:
   extends: .check



View it on Heptapod: 
https://foss.heptapod.net/tryton/python-sql/-/commit/fcca2c75227b64df2564d6db94cc33b7ec7651f6

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


Reply via email to