Age | Commit message (Expand) | Author |
---|---|---|
2018-05-24 | test: Move linters to test/lint, add readme | MarcoFalke |
2018-05-11 | Enable Travis checking for two Python linting rules we are currently not viol... | practicalswift |
2018-05-11 | Enable W191 and W291 flake8 checks. | John Bampton |
2018-04-16 | Enable additional flake8 rules | practicalswift |
2018-03-29 | Enable flake8 warning F841 ("local variable 'foo' is assigned to but never us... | practicalswift |
2018-01-29 | Enable flake8 warnings for all currently non-violated rules | practicalswift |
2018-01-29 | Enable flake8 warning for "list comprehension redefines 'foo' from line N" (F... | practicalswift |
2017-12-10 | Add Travis check for unused Python imports | practicalswift |