Commit Graph

9 Commits

Author SHA1 Message Date
Philipp Wolfer
8da15803b8 PICARD-2652: Script to fetch attributes / countries translations from Weblate 2023-08-22 17:52:55 +02:00
Philipp Wolfer
69a982db74 Update to use transifex-client 1.x 2023-04-28 11:32:07 +02:00
Philipp Wolfer
e46419fb43 Upgrade to isort 5 (#2164)
* Upgrade to isort 5

isort 5 now can also handle imports not at top, hence some new locations now get sorted automatically.

* Move isort config from .isort.cfg to pyproject.toml

* isort: remove exclusion of some source files

isort now only ignores auto-generated files. The other files had been excluded because old isort could not handle imports not placed on the top.

* isort: use skip_glob to ignore resources.py

This should fix issues with the `skip` parameter on Windows.
2022-10-29 15:44:12 +02:00
Philipp Wolfer
1334ee24f7 Enable parallel execution for pylint 2020-09-09 08:59:42 +02:00
Philipp Wolfer
08884bc37b Fixed required isort version 2020-07-13 17:07:21 +02:00
Philipp Wolfer
2e10534caf Use isort<5 2020-07-05 19:03:13 +02:00
Philipp Wolfer
683a3cc394 Removed markdown from requirements-(build|dev).txt 2020-05-13 11:05:11 +02:00
Laurent Monin
e94692eaef Script functions: use markdown module to return html documentation 2020-05-13 11:05:09 +02:00
Laurent Monin
69b91ad5e7 Add requirements-dev.txt, with working isort version and various tools 2019-04-07 12:02:34 +02:00