ci: remove check_python_style since flake8 is included in pre-commit

pull/9656/head
Fu Hanxi 2022-08-16 18:56:08 +08:00
rodzic e8c44800e1
commit 1daf541b6c
1 zmienionych plików z 0 dodań i 12 usunięć

Wyświetl plik

@ -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: