summaryrefslogtreecommitdiffstats
path: root/test/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'test/setup.cfg')
-rw-r--r--test/setup.cfg15
1 files changed, 4 insertions, 11 deletions
diff --git a/test/setup.cfg b/test/setup.cfg
index 6abd7d3..a377a59 100644
--- a/test/setup.cfg
+++ b/test/setup.cfg
@@ -5,14 +5,7 @@ markers =
complete
[mypy]
-python_version = 3.4
-ignore_missing_imports = true
-
-[isort]
-known_first_party = conftest
-known_third_party = pexpect,pytest
-profile = black
-line_length = 79
-
-[flake8]
-extend-ignore = D202,E203,E501
+python_version = 3.6
+mypy_path = $MYPY_CONFIG_FILE_DIR/t
+show_error_codes = true
+enable_error_code = ignore-without-code,redundant-self,truthy-iterable