flake8/tests
Ian Cordasco 31c32e3327
Parse hyphenated config names also
Previously Flake8 parsed both

    max-line-length = 110

And

    max_line_length = 110

From the config file without issue. When we updated our logic, I forgot
to test for that and we lost that behaviour temporarily.

Closes #152
2016-06-28 05:47:14 -05:00
..
fixtures Parse hyphenated config names also 2016-06-28 05:47:14 -05:00
integration Configure flake8-import-order to use Google Style 2016-06-17 10:26:36 -05:00
unit Parse hyphenated config names also 2016-06-28 05:47:14 -05:00
conftest.py Add a docstring to conftest 2016-01-10 13:15:25 -06:00