[flake8]
exclude = develop/tools/generate_INNO_setup.py,
          tests,
          debian,
          docs,
          xdg,
          .git,
          __pycache__,
          build,
          dist,
          vidtuber/data
per-file-ignores=vidtuber/gui_app.py:F401
count = True
#select=E9,F63,F7,F82
max-line-length = 79
show-source = True
statistics = True
max-complexity = 15
ignore = F821, W503, C901
extend-ignore =
