5 lines
72 B
Plaintext
5 lines
72 B
Plaintext
|
[flake8]
|
||
|
ignore = E731, W503
|
||
|
max-line-length = 100
|
||
|
exclude = migrations
|