mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Suppress some existed warnings in clickhouse-test (will be fixed separately)
This commit is contained in:
parent
e07a6f3fc0
commit
9dd0fca1ed
@ -1,6 +1,12 @@
|
||||
#!/usr/bin/env python3
|
||||
|
||||
# pylint: disable=too-many-return-statements
|
||||
# pylint: disable=consider-using-f-string
|
||||
# pylint: disable=global-variable-not-assigned
|
||||
# pylint: disable=consider-using-with
|
||||
# pylint: disable=unspecified-encoding
|
||||
# pylint: disable=consider-using-min-builtin
|
||||
|
||||
import enum
|
||||
import shutil
|
||||
import sys
|
||||
|
Loading…
Reference in New Issue
Block a user