mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-26 07:28:11 +08:00
13 lines
268 B
INI
13 lines
268 B
INI
[flake8]
|
|
ignore =
|
|
# split before binary operator
|
|
W504,
|
|
# visually indented line with same indent as next logical line,
|
|
E129,
|
|
# whitespacek before ':'
|
|
E203,
|
|
# unexpected spaces around keyword / parameter equals
|
|
E251
|
|
|
|
max-line-length=120
|