| [tool:pytest] | |
| filterwarnings = | |
| ignore::DeprecationWarning | |
| [flake8] | |
| ignore = E501,W293,W292 | |
| exclude = .git,__pycache__,docs/source/conf.py,old,build,dist | |
| max-complexity = 10 |
| [tool:pytest] | |
| filterwarnings = | |
| ignore::DeprecationWarning | |
| [flake8] | |
| ignore = E501,W293,W292 | |
| exclude = .git,__pycache__,docs/source/conf.py,old,build,dist | |
| max-complexity = 10 |