summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2019-10-13 01:30:54 -0700
committerTimothy Crosley <timothy.crosley@gmail.com>2019-10-13 01:30:54 -0700
commit9da6d8c6bced1b27e51227f7fc55fe1985faca86 (patch)
treea6561b303c94703394ff25b8495eace9bc16c3ce
parent23c8ca019c7a281430dbdb5412031d61610f5ed6 (diff)
downloadisort-9da6d8c6bced1b27e51227f7fc55fe1985faca86.tar.gz
Update setup.cfg to ensure it doesn't repeat options set in scripts, points to correct test directory
-rw-r--r--setup.cfg16
1 files changed, 1 insertions, 15 deletions
diff --git a/setup.cfg b/setup.cfg
index a3f3f344..3c5786dc 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,17 +1,3 @@
-[flake8]
-max-line-length = 160
-ignore =
- # E203 whitespace before ':'
- E203
- # W504 line break before binary operator
- W503
-
-[isort]
-combine_as_imports = True
-include_trailing_comma = True
-line_length = 88
-multi_line_output = 3
-
[mypy]
python_version = 3.5
follow_imports = silent
@@ -28,4 +14,4 @@ strict_optional = False
strict_optional = False
[tool:pytest]
-testpaths = test_isort.py
+testpaths = tests