1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/ClickHouse-ClickHouse

Клонировать/Скачать
.pylintrc 1.2 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
Azat Khuzhin Отправлено 26.01.2021 23:24 3e8d76d
# vim: ft=config
[BASIC]
max-module-lines=2000
# due to SQL
max-line-length=200
# Drop/decrease them one day:
max-branches=50
max-nested-blocks=10
max-statements=200
[FORMAT]
ignore-long-lines = (# )?<?https?://\S+>?$
[MESSAGES CONTROL]
disable = bad-continuation,
missing-docstring,
bad-whitespace,
too-few-public-methods,
invalid-name,
too-many-arguments,
keyword-arg-before-vararg,
too-many-locals,
too-many-instance-attributes,
cell-var-from-loop,
fixme,
too-many-public-methods,
wildcard-import,
unused-wildcard-import,
singleton-comparison,
# pytest.mark.parametrize is not callable (not-callable)
not-callable,
# https://github.com/PyCQA/pylint/issues/3882
# [Python 3.9] Value 'Optional' is unsubscriptable (unsubscriptable-object) (also Union)
unsubscriptable-object,
# Drop them one day:
redefined-outer-name,
broad-except,
bare-except,
no-else-return,
global-statement
[SIMILARITIES]
# due to SQL
min-similarity-lines=1000

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/ClickHouse-ClickHouse.git
git@api.gitlife.ru:oschina-mirror/ClickHouse-ClickHouse.git
oschina-mirror
ClickHouse-ClickHouse
ClickHouse-ClickHouse
master