File size: 152 Bytes
b225a21
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
[flake8]
max-line-length = 88
exclude =
    .tox,
    __pycache__,
    *.pyc,
    .env
    venv*/*,
    .venv/*,
    reports/*,
    dist/*,
    data/*,