From 1daf541b6cbcbebad44828bbe3cacd5c715b9b7e Mon Sep 17 00:00:00 2001 From: Fu Hanxi Date: Tue, 16 Aug 2022 18:56:08 +0800 Subject: [PATCH] ci: remove check_python_style since flake8 is included in pre-commit --- .gitlab/ci/pre_check.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.gitlab/ci/pre_check.yml b/.gitlab/ci/pre_check.yml index b341cae523..dd0180d60f 100644 --- a/.gitlab/ci/pre_check.yml +++ b/.gitlab/ci/pre_check.yml @@ -41,18 +41,6 @@ check_rom_api_header: - tools/ci/check_examples_rom_header.sh - tools/ci/check_api_violation.sh -check_python_style: - extends: - - .pre_check_template - - .rules:patterns:python-files - artifacts: - when: on_failure - paths: - - flake8_output.txt - expire_in: 1 week - script: - - python -m flake8 --config=$IDF_PATH/.flake8 --output-file=flake8_output.txt --tee --benchmark $IDF_PATH - test_check_kconfigs: extends: .pre_check_template artifacts: