Files
Discord-Twitch-Live-Notifier/.flake8

5 lines
111 B
INI

[flake8]
max-line-length = 88
exclude = .git,.github,build,captures,dist,venv,__pycache__
extend-ignore = E203