flake8 configuration: allow whitespace around colons

This commit is contained in:
Lars Kruse 2019-12-18 00:23:09 +01:00
parent 6abc523a58
commit 73f885e382
1 changed files with 1 additions and 0 deletions

View File

@ -1,2 +1,3 @@
[flake8]
ignore = W503, E203
max-line-length = 99