Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-03 | lint: Disable flake8 W504 warning | Ben Woosley | |
In the words of MarcoFalke: "W504 should be disabled. This is not a critical error that should be blocking a merge" https://github.com/bitcoin/bitcoin/pull/15257#discussion_r302017280 | |||
2019-05-30 | Limit Python linting to files in the repo | practicalswift | |
2019-01-20 | lint: Enable python linters via an array | Ben Woosley | |
This assures consistent recording of the enabled linters. | |||
2018-12-10 | Add E711 to flake8 check | Daniel Ingram | |
2018-09-24 | test: allow arguments to be forwarded to flake8 in lint-python.sh | James O'Beirne | |
2018-08-31 | macOS 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-13 | tests: Use explicit imports | practicalswift | |
2018-06-14 | Add "export LC_ALL=C" to all shell scripts | practicalswift | |
2018-05-24 | test: Move linters to test/lint, add readme | MarcoFalke | |