Add black-compatible flake8 configuration.

This commit is contained in:
Aymeric Augustin
2019-12-21 17:06:41 +01:00
parent d0c9fe277a
commit 1efa0a7552

View File

@@ -7,3 +7,7 @@ line_length = 119
lines_after_imports = 2
multi_line_output = 3
use_parentheses = True
[flake8]
ignore = E203, E501, W503
max-line-length = 119