Codebase list bundlewrap / 703707de-8062-4b99-98b9-dccfb0fdacfa/main setup.cfg
703707de-8062-4b99-98b9-dccfb0fdacfa/main

Tree @703707de-8062-4b99-98b9-dccfb0fdacfa/main (Download .tar.gz)

setup.cfg @703707de-8062-4b99-98b9-dccfb0fdacfa/mainraw · 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_*