notscared / notscared2-main / .flake8
.flake8
Raw
[flake8]
exclude =
    .git,
    __pycache__,
    *__init__.py,

max-line-length = 128