Automatic style fix

This commit is contained in:
robot-clickhouse 2024-10-19 14:44:03 +00:00
parent ed232f2675
commit 3f0eacb47e

View File

@ -275,6 +275,8 @@ def download_fuzzers(
check_name,
reports_path,
result_path,
lambda x: x.endswith(("test_basic_fuzzer", ".dict", ".options", "_seed_corpus.zip")),
lambda x: x.endswith(
("test_basic_fuzzer", ".dict", ".options", "_seed_corpus.zip")
),
# lambda x: x.endswith(("_fuzzer", ".dict", ".options", "_seed_corpus.zip")),
)