diff options
author | Jan Willhaus <mail@janwillhaus.de> | 2019-05-15 23:17:00 +0200 |
---|---|---|
committer | Jan Willhaus <mail@janwillhaus.de> | 2019-05-18 19:27:25 +0200 |
commit | ce2fee4183156270c5bf6316ca091016f2061ff5 (patch) | |
tree | 437f720ed5bd114fe3bc345fd89f4181d74f7d43 | |
parent | db7e6dfd6a6dab81b3abf1f34d211abaa7a51af7 (diff) | |
download | warlock-ce2fee4183156270c5bf6316ca091016f2061ff5.tar.gz |
Acommodate flake8 for black
-rw-r--r-- | .flake8 | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -0,0 +1,9 @@ +[flake8] +ignore = E203, E266, E501, W503 +max-line-length = 88 +exclude = + .git + __pycache__ + locale/ + htmlcov/ +max-complexity = 10
\ No newline at end of file |