copd-model-c / setup.cfg
IamGrooooot's picture
Initial release: 72-hour COPD exacerbation prediction model
e69d4e4
raw
history blame contribute delete
181 Bytes
[tool:pytest]
filterwarnings =
ignore::DeprecationWarning
[flake8]
ignore = E501,W293,W292,W504
exclude = .git,__pycache__,docs/source/conf.py,old,build,dist
max-complexity = 10