aboutsummaryrefslogtreecommitdiff
path: root/test/lint/lint-python.sh
AgeCommit message (Collapse)Author
2019-05-30Limit Python linting to files in the repopracticalswift
2019-01-20lint: Enable python linters via an arrayBen Woosley
This assures consistent recording of the enabled linters.
2018-12-10Add E711 to flake8 checkDaniel Ingram
2018-09-24test: allow arguments to be forwarded to flake8 in lint-python.shJames O'Beirne
2018-08-31macOS fix: Check for correct version of flake8 to avoid spurious warnings. ↵practicalswift
The brew installed flake8 version is Python 2 based and does not work.
2018-08-13tests: Use explicit importspracticalswift
2018-06-14Add "export LC_ALL=C" to all shell scriptspracticalswift
2018-05-24test: Move linters to test/lint, add readmeMarcoFalke