summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2020-10-06 21:21:17 -0700
committerTimothy Crosley <timothy.crosley@gmail.com>2020-10-06 21:21:17 -0700
commitdd2d5f1b43fadd5487293d2a2734b5dca08a32ff (patch)
tree768d4f2a4636fe43f1bff6b7965ead02102a0bef /setup.cfg
parente3dc4bdcd8d33bc2f2e1c390cd0c34a5071434b3 (diff)
parentd2954516ef4de49fd3ded305151a5bfb84827b1d (diff)
downloadisort-issue/1443/initial-progress.tar.gz
Merge branch 'develop' of https://github.com/timothycrosley/isort into issue/1443/initial-progressissue/1443/initial-progress
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg5
1 files changed, 1 insertions, 4 deletions
diff --git a/setup.cfg b/setup.cfg
index a75e3dff..8a59aaff 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -14,10 +14,7 @@ strict_optional = False
[tool:pytest]
testpaths = tests
-filterwarnings =
- ignore::DeprecationWarning:distlib
- ignore::DeprecationWarning:requirementslib
- ignore::hypothesis.errors.NonInteractiveExampleWarning:hypothesis
+
[flake8]
max-line-length = 100