File size: 181 Bytes
e69d4e4 | 1 2 3 4 5 6 7 | [tool:pytest]
filterwarnings =
ignore::DeprecationWarning
[flake8]
ignore = E501,W293,W292,W504
exclude = .git,__pycache__,docs/source/conf.py,old,build,dist
max-complexity = 10 |
e69d4e4 | 1 2 3 4 5 6 7 | [tool:pytest]
filterwarnings =
ignore::DeprecationWarning
[flake8]
ignore = E501,W293,W292,W504
exclude = .git,__pycache__,docs/source/conf.py,old,build,dist
max-complexity = 10 |