Rupert Swarbrick | b2b5b43 | 2020-03-24 17:06:15 +0000 | [diff] [blame] | 1 | [flake8] |
2 | max-line-length = 100 | ||||
3 | |||||
4 | ignore = | ||||
5 | # This rule is supposed to check that you don't put spaces around | ||||
6 | # the '=' sign in keyword arguments. Unfortunately, yapf inserts | ||||
7 | # them when there's a long argument (help text, for example). | ||||
8 | E251, | ||||
9 | # Don't complain about line breaks after operators | ||||
10 | W504 |