copd-model-e / setup.cfg
IamGrooooot's picture
Model E: Unsupervised PCA + clustering risk stratification
53a6def
raw
history blame contribute delete
176 Bytes
[tool:pytest]
filterwarnings =
ignore::DeprecationWarning
[flake8]
ignore = E501,W293,W292
exclude = .git,__pycache__,docs/source/conf.py,old,build,dist
max-complexity = 10