black flake8 compatability

+ add E203 whitespace before ‘:’ to flake8 ignore

Due to black's formatting we need to ignore flake8 warning.
This commit is contained in:
nico 2020-06-29 01:30:33 +02:00
parent 8b26b1eb8e
commit a8b78be75d
Signed by: mightyBroccoli
GPG Key ID: EA7C31AAB1BDC1A2
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
[flake8]
ignore = E501
ignore = E501,E203
exclude = .git,__pycache__,.gitlab
max-complexity = 15
max-line-length = 120