mirror of
https://github.com/rembo10/headphones.git
synced 2026-01-08 22:28:11 -05:00
8 lines
280 B
Plaintext
8 lines
280 B
Plaintext
[pep8]
|
|
# E126 continuation line over-indented for hanging indent
|
|
# E127 continuation line over-indented for visual indent
|
|
# E128 continuation line under-indented for visual indent
|
|
# E501 line too long (312 > 160 characters)
|
|
ignore = E123,E126,E127,E128,E501
|
|
max-line-length = 160
|