clay/.flake8
Andrew Dunai 5b88ae681a Cleanups
2018-01-02 11:26:55 +02:00

31 lines
405 B
INI

[flake8]
# ignore = D203
max-line-length=120
ignore =
# blank line at end of file
W391
exclude =
# Generated stuff
gen,
# Coverage HTML report
htmlcov,
# Logs
log,
# Requirements
requirements,
# Temporary stuff
tmp,
# Virtual envs
.env,
.env2,
.env3,
.env36,
.venv,
.git,
wsgi.py,
utils,
# VLC bindings
vlc.py