6 lines
83 B
Plaintext
6 lines
83 B
Plaintext
[flake8]
|
|
ignore = E501
|
|
max-line-length = 160
|
|
exclude = tests/*
|
|
max-complexity = 20
|