aboutsummaryrefslogtreecommitdiffstats
path: root/packaging-tools/optionparser.py
Commit message (Expand)AuthorAgeFilesLines
* Revert "Revert "Use logging functions from logging_util.py""Antti Kokko2022-10-261-6/+9
* Revert "Use logging functions from logging_util.py"Antti Kokko2022-10-191-9/+6
* Use logging functions from logging_util.pyPatrik Teivonen2022-10-181-6/+9
* Add missing type hints, enable strict mypy checkingPatrik Teivonen2022-09-221-10/+11
* pep8-naming: N803 argument name should be lowercase (function arguments)Patrik Teivonen2022-09-071-6/+6
* pep8-naming: N802 function name should be lowercase (function names)Patrik Teivonen2022-09-071-10/+10
* Reduce use of module globals by wrapping code outside functions in mainPatrik Teivonen2022-09-061-1/+6
* pylint: Remove unnecessary bits of codePatrik Teivonen2022-08-231-1/+1
* pylint: Add string formatting checks, use f-string and lazy % formattingPatrik Teivonen2022-08-161-5/+5
* Make imports consistent across Python scripts, isort hookv6.4.0-beta3-packagingPatrik Teivonen2022-08-051-2/+2
* PEP8: Fix anti-patternsPatrik Teivonen2022-07-111-1/+1
* PEP8 compliant copyright headers in Python scriptsv6.4.0-beta2-packagingPatrik Teivonen2022-07-071-25/+25
* Port build_wrapper.py to Python 3.6Patrik Teivonen2022-04-081-3/+5
* Refactor build_wrapper.py to support local build flowsIikka Eklund2016-11-091-0/+90