Skip to content

Commit 28c4f39

Browse files
committed
Fix incompatibility between flake8 and black
1 parent 26c9219 commit 28c4f39

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

setup.cfg

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,8 @@ universal = 1
33

44
[flake8]
55
max-line-length = 120
6-
exclude = */migrations/*
6+
extend-ignore =
7+
# See https://github.com/PyCQA/pycodestyle/issues/373
8+
E203,
9+
710

0 commit comments

Comments
 (0)