We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea1cfa1 commit 6dae998Copy full SHA for 6dae998
test/setup.cfg
@@ -12,3 +12,6 @@ ignore_missing_imports = true
12
known_third_party = pexpect,pytest
13
multi_line_output = 3
14
include_trailing_comma = True
15
+
16
+[flake8]
17
+extend-ignore = D202,E203,E501
0 commit comments