summaryrefslogtreecommitdiffstats
path: root/.flake8
blob: facde5608e99c7f2edb154eec8b5eb7f3ae671d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[flake8]
max-line-length = 88
ignore = E501, E203, W503
per-file-ignores =
    __init__.py:F401
    pendulum/tz/timezone.py:F811
exclude =
    .git
    __pycache__
    setup.py
    build
    dist
    releases
    .idea
    .venv
    .tox
    .mypy_cache
    .pytest_cache
    .vscode
    .github