summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
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