From ff8739e676e29e096226f64c74d42b36a7fe3ee3 Mon Sep 17 00:00:00 2001 From: wangmingrong1 Date: Sun, 12 Jan 2025 14:05:05 +0800 Subject: [PATCH] ci: add ci environment tools Signed-off-by: wangmingrong1 --- .github/linters/setup.cfg | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/linters/setup.cfg diff --git a/.github/linters/setup.cfg b/.github/linters/setup.cfg new file mode 100644 index 00000000000..6ab13e1e45b --- /dev/null +++ b/.github/linters/setup.cfg @@ -0,0 +1,10 @@ +[flake8] +ignore = W503,W605,E203,E704 +max-complexity=27 +max-line-length =125 +multi line_output=3 +show-source = True +statistics = True + +[isort] +profile = black