Nicolas Évrard pushed to branch branch/default at Tryton / Relatorio
Commits: 9153cbc7 by Nicolas Évrard at 2023-02-05T01:00:00+01:00 Run isort and flake8 on all the files - - - - - 1 changed file: - .gitlab-ci.yml Changes: ===================================== .gitlab-ci.yml ===================================== @@ -28,8 +28,8 @@ check-flake8: extends: .check script: - - hg diff --rev s0 | flake8 --diff + - flake8 check-isort: extends: .check script: @@ -32,8 +32,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/relatorio/-/commit/9153cbc7bc04caded58bd94294ff258be7121c9e -- View it on Heptapod: https://foss.heptapod.net/tryton/relatorio/-/commit/9153cbc7bc04caded58bd94294ff258be7121c9e You're receiving this email because of your account on foss.heptapod.net.
