mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-14 19:45:11 +00:00
Sort pylint disables
This commit is contained in:
parent
4ed0abcb13
commit
97a647ce0c
@ -13,19 +13,19 @@ max-statements=200
|
||||
[tool.pylint.'MESSAGES CONTROL']
|
||||
# pytest.mark.parametrize is not callable (not-callable)
|
||||
disable = '''
|
||||
missing-docstring,
|
||||
too-few-public-methods,
|
||||
invalid-name,
|
||||
too-many-arguments,
|
||||
too-many-locals,
|
||||
too-many-instance-attributes,
|
||||
bare-except,
|
||||
broad-except,
|
||||
cell-var-from-loop,
|
||||
fixme,
|
||||
invalid-name,
|
||||
missing-docstring,
|
||||
redefined-outer-name,
|
||||
too-few-public-methods,
|
||||
too-many-arguments,
|
||||
too-many-instance-attributes,
|
||||
too-many-locals,
|
||||
too-many-public-methods,
|
||||
wildcard-import,
|
||||
redefined-outer-name,
|
||||
broad-except,
|
||||
bare-except,
|
||||
'''
|
||||
|
||||
[tool.isort]
|
||||
|
Loading…
Reference in New Issue
Block a user