aboutsummaryrefslogtreecommitdiff
path: root/autogpts/autogpt/.flake8
blob: b9aa1bc73057d9d1d8936c0774858b7075ac09d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
[flake8]
max-line-length = 88
extend-exclude =
    .*_cache/,
    .venv,
    data/,
    logs/,
    tests/unit/data/,
extend-ignore =
    # No whitespace before ':' conflicts with Black style for slices
    E203,