Skip to content

Commit 6dae998

Browse files
committed
test: ignore flake8 messages that are in black's domain
1 parent ea1cfa1 commit 6dae998

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/setup.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,6 @@ ignore_missing_imports = true
1212
known_third_party = pexpect,pytest
1313
multi_line_output = 3
1414
include_trailing_comma = True
15+
16+
[flake8]
17+
extend-ignore = D202,E203,E501

0 commit comments

Comments
 (0)