verseagility/.flake8

9 строки
166 B
INI

[flake8]
max-line-length = 120
exclude =
# No need to traverse our git directory
.git,
# There's no value in checking cache directories
__pycache__,