This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch v1-10-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit e348037a4212f7d063a3957b29d3a135e4e54253 Author: Kaxil Naik <[email protected]> AuthorDate: Fri Jun 26 10:17:16 2020 +0100 Add missing precommit-hook ids to breeze-complete (#9524) (cherry picked from commit 1787057ad82037cdbae5de4128c49928de980f4c) --- BREEZE.rst | 11 ++++++----- breeze-complete | 3 +++ 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/BREEZE.rst b/BREEZE.rst index 3e9305a..441c19b 100644 --- a/BREEZE.rst +++ b/BREEZE.rst @@ -1215,13 +1215,14 @@ This is the current syntax for `./breeze <./breeze>`_: Run selected static checks for currently changed files. You should specify static check that you would like to run or 'all' to run all checks. One of: - all airflow-config-yaml bat-tests build check-apache-license + all airflow-config-yaml bat-tests build check-apache-license check-builtin-literals check-executables-have-shebangs check-hooks-apply check-integrations check-merge-conflict check-xml debug-statements detect-private-key doctoc - end-of-file-fixer fix-encoding-pragma flake8 forbid-tabs insert-license - language-matters lint-dockerfile mixed-line-ending mypy pydevd python2-compile - python2-fastcheck python-no-log-warn rst-backticks setup-order shellcheck - trailing-whitespace update-breeze-file update-extras update-local-yml-file yamllint + dont-use-safe-filter end-of-file-fixer fix-encoding-pragma flake8 forbid-tabs + insert-license language-matters lint-dockerfile lint-openapi mixed-line-ending mypy + pydevd python2-compile python2-fastcheck python-no-log-warn rst-backticks + setup-order shellcheck trailing-whitespace update-breeze-file update-extras + update-local-yml-file yamllint You can pass extra arguments including options to to the pre-commit framework as <EXTRA_ARGS> passed after --. For example: diff --git a/breeze-complete b/breeze-complete index 6bde8fa..af9a314 100644 --- a/breeze-complete +++ b/breeze-complete @@ -47,6 +47,7 @@ airflow-config-yaml bat-tests build check-apache-license +check-builtin-literals check-executables-have-shebangs check-hooks-apply check-integrations @@ -55,6 +56,7 @@ check-xml debug-statements detect-private-key doctoc +dont-use-safe-filter end-of-file-fixer fix-encoding-pragma flake8 @@ -62,6 +64,7 @@ forbid-tabs insert-license language-matters lint-dockerfile +lint-openapi mixed-line-ending mypy pydevd
