mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-21 13:50:20 +08:00
In order to allow https://github.com/galaxyproject/galaxy/pull/76 to proceed.
8 lines
268 B
INI
8 lines
268 B
INI
[flake8]
|
|
# These are exceptions allowed (encouraged?) by Galaxy style guidelines.
|
|
# 128 continuation line under-indented for visual indent
|
|
# 201 and 202 are spaces after ( and before )
|
|
# 203 whitespace before ':'
|
|
# 501 is line length
|
|
ignore = E128,E201,E202,E203,E501
|