diff --git a/setup.cfg b/setup.cfg index a75e3dffd..8a59aaffd 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