asmitha
Polish subscription intelligence portfolio project
fed039b
Raw
History Blame Contribute Delete
224 Bytes
[flake8]
max-line-length = 180
extend-ignore =
E302,
E305,
E402
exclude =
.git,
.venv,
__pycache__,
data,
.pytest_cache
[tool:pytest]
testpaths = tests
python_files = test_*.py
addopts = -ra