aboutsummaryrefslogtreecommitdiff
path: root/benchmark/.flake8
blob: bcd424cceb30178db9b0cf9b3534ec359cbf1720 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[flake8]
max-line-length = 88
select = "E303, W293, W291, W292, E305, E231, E302"
exclude =
    .tox,
    __pycache__,
    *.pyc,
    .env
    venv*/*,
    .venv/*,
    reports/*,
    dist/*,
    agent/*,
    code,
    agbenchmark/challenges/*