Skip to content
Snippets Groups Projects
Commit 81d60a11bfdc authored by Cédric Krier's avatar Cédric Krier :atom:
Browse files

Check isort and flake on all files

parent 1a4eb03bd5b1
No related branches found
No related tags found
1 merge request!6Check isort and flake on all files
Pipeline #61926 passed
......@@ -27,8 +27,8 @@
check-flake8:
extends: .check
script:
- hg diff --rev s0 | flake8 --diff
- flake8
check-isort:
extends: .check
script:
......@@ -31,8 +31,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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment