aboutsummaryrefslogblamecommitdiffstats
path: root/.flake8
blob: d000b15de1892940b46b22ce5dc6a4ccafc6f5a1 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16















                    
[flake8]
exclude =
    .git
    __pycache__
    setup.py
    build
    dist
    releases
    .venv
    .tox
    .mypy_cache
    .pytest_cache
    .vscode
    .github
    beancount
max-line-length = 99