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