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