Codebase list bundlewrap / debian/4.2.2-1 setup.cfg
debian/4.2.2-1

Tree @debian/4.2.2-1 (Download .tar.gz)

setup.cfg @debian/4.2.2-1raw · history · blame

1
2
3
4
5
6
7
8
[flake8]
max-line-length = 100
max-complexity = 10

[tool:pytest]
python_files=*.py
python_classes=Test
python_functions=test_*