9 строки
166 B
Plaintext
9 строки
166 B
Plaintext
|
[flake8]
|
||
|
max-line-length = 120
|
||
|
|
||
|
exclude =
|
||
|
# No need to traverse our git directory
|
||
|
.git,
|
||
|
# There's no value in checking cache directories
|
||
|
__pycache__,
|