summaryrefslogtreecommitdiff
path: root/test/handler/test_pycodestyle_handler.vader
AgeCommit message (Collapse)Author
2023-09-16#4454 Clean up more tests and codew0rp
* Remove some tests we no longer need * Delete blocks of redundant code * Compress some tests together to simplify them * Remove a little code for ancient linter versions * Escape more executables we didn't escape before * Rename a deno option that didn't match our conventions
2018-02-18#476 Make F401 a warning and E112 a syntax errorw0rp
2017-11-28Allow warnings about trailing whitespace to be disabled for pycodestyle, and ↵w0rp
cover the flake8 code with tests
2017-11-28Allow warnings about trailing blank lines to be hidden for flake8 and ↵w0rp
pycodestyle
2017-11-15#852 Capture error codes for pycodestyle, and consider every code except ↵w0rp
E999 to be style errors or warnings
2017-08-25Add pycodestyle Python linter support (#872)Michael
Add a pycodestyle linter