flake8/tests
Jon Dufresne 541bac6a82 Clean up some uses of set, list, and dict
* Use set literals instead of set([...])
* Avoid list(sorted(...)) as sorted returns a list
* Replace dict() with dict literal
2017-05-13 07:14:41 -07:00
..
fixtures Handle SyntaxErrors after new-lines specially 2016-10-23 07:37:08 -05:00
integration Fix docstring violations 2017-05-12 20:34:15 -05:00
unit Clean up some uses of set, list, and dict 2017-05-13 07:14:41 -07:00
conftest.py Add a docstring to conftest 2016-01-10 13:15:25 -06:00