mirror of
https://github.com/rembo10/headphones.git
synced 2026-07-21 08:24:00 +01:00
Merge remote-tracking branch 'satreix/pep-e121,122' into develop
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
[pep8]
|
||||
# E121 continuation line under-indented for hanging indent
|
||||
# E122 continuation line missing indentation or outdented
|
||||
# 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 = E121,E122,E123,E126,E127,E128,E501
|
||||
ignore = E123,E126,E127,E128,E501
|
||||
max-line-length = 160
|
||||
|
||||
Reference in New Issue
Block a user