diff options
Diffstat (limited to 'setup.cfg')
| -rw-r--r-- | setup.cfg | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -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 |
