DL-Art-School/.flake8

6 lines
99 B
Plaintext
Raw Normal View History

2019-08-23 13:42:47 +00:00
[flake8]
ignore =
# Too many leading '#' for block comment (E266)
E266
max-line-length=100