Skip to content
Unverified Commit 31c32e33 authored by Ian Stapleton Cordasco's avatar Ian Stapleton Cordasco
Browse files

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
parent 95c373cf
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment