File size: 201 Bytes
3382f47
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
[flake8]
max-line-length = 88
# Ignore rules that conflict with Black code style
extend-ignore = E203, W503
exclude =
    .git,
    __pycache__/,
    *.pyc,
    .pytest_cache/,
    venv*/,
    .venv/,