Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* ci: add pre-commit workflow and configuration Signed-off-by: asa-naki <[email protected]> * feat: add additional pre-commit hooks for markdownlint, shellcheck, shfmt, isort, black, clang-format, and cpplint Signed-off-by: asa-naki <[email protected]> * ci: update pre-commit workflow to use pull_request_target and refine configuration Signed-off-by: asa-naki <[email protected]> * ci: change pre-commit workflow trigger from pull_request_target to pull_request Signed-off-by: asa-naki <[email protected]> * ci: comment out unused pre-commit hooks and add flake8 configuration Signed-off-by: asa-naki <[email protected]> * ci: remove unnecessary pull_request types from pre-commit workflow Signed-off-by: asa-naki <[email protected]> * ci: comment out token generation and related steps in pre-commit workflow Signed-off-by: asa-naki <[email protected]> * fix: comment out git config step in pre-commit workflow Signed-off-by: asa-naki <[email protected]> * ci: delete unnecesary exclude setting Co-authored-by: Yuma Nihei <[email protected]> * ci: update flake8 configuration to include import order style and additional settings Signed-off-by: asa-naki <[email protected]> * ci: update setup.cfg to include isort configuration options Signed-off-by: asa-naki <[email protected]> * ci: comment out unnecessary steps in pre-commit workflow and clean up configuration files Signed-off-by: asa-naki <[email protected]> * ci: update flake8 configuration to modify extend-ignore list Signed-off-by: asa-naki <[email protected]> * ci: update flake8 configuration to modify extend-ignore list formatting Signed-off-by: asa-naki <[email protected]> * ci: update flake8 configuration to sort extend-ignore list Signed-off-by: asa-naki <[email protected]> * ci: update flake8 configuration to remove duplicate error code from extend-ignore list Signed-off-by: asa-naki <[email protected]> --------- Signed-off-by: asa-naki <[email protected]> Co-authored-by: Yuma Nihei <[email protected]>
- Loading branch information