aboutsummaryrefslogtreecommitdiff
path: root/contrib/devtools/lint-python.sh
AgeCommit message (Collapse)Author
2018-05-24test: Move linters to test/lint, add readmeMarcoFalke
2018-05-11Enable Travis checking for two Python linting rules we are currently not ↵practicalswift
violating
2018-05-11Enable W191 and W291 flake8 checks.John Bampton
Remove trailing whitespace from Python files. Convert tabs to spaces.
2018-04-16Enable additional flake8 rulespracticalswift
2018-03-29Enable flake8 warning F841 ("local variable 'foo' is assigned to but never ↵practicalswift
used")
2018-01-29Enable flake8 warnings for all currently non-violated rulespracticalswift
2018-01-29Enable flake8 warning for "list comprehension redefines 'foo' from line N" ↵practicalswift
(F812)
2017-12-10Add Travis check for unused Python importspracticalswift