Disable E231 so that black and flake8 don't conflict

This commit is contained in:
Swen Kooij
2020-02-29 14:02:14 +02:00
parent ce8ec7722f
commit 25ea06c141
5 changed files with 5 additions and 6 deletions
-1
View File
@@ -1,4 +1,3 @@
from typing import Generator
import setuptools
+1 -1
View File
@@ -1,5 +1,5 @@
[flake8]
ignore = E252,E501,W503
ignore = E252,E501,W503,E231
exclude = env,.tox,.git
[isort]