You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2020/06/26 09:17:47 UTC

[airflow] branch master updated: Add missing precommit-hook ids to breeze-complete (#9524)

This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/master by this push:
     new 1787057  Add missing precommit-hook ids to breeze-complete (#9524)
1787057 is described below

commit 1787057ad82037cdbae5de4128c49928de980f4c
Author: Kaxil Naik <ka...@gmail.com>
AuthorDate: Fri Jun 26 10:17:16 2020 +0100

    Add missing precommit-hook ids to breeze-complete (#9524)
---
 BREEZE.rst      | 19 ++++++++++---------
 breeze-complete |  3 +++
 2 files changed, 13 insertions(+), 9 deletions(-)

diff --git a/BREEZE.rst b/BREEZE.rst
index 7ac551e..3594ce6 100644
--- a/BREEZE.rst
+++ b/BREEZE.rst
@@ -1321,15 +1321,16 @@ This is the current syntax for  `./breeze <./breeze>`_:
         you would like to run or 'all' to run all checks. One of:
 
                  all all-but-pylint airflow-config-yaml base-operator bat-tests build
-                 build-providers-dependencies check-apache-license check-executables-have-shebangs
-                 check-hooks-apply check-integrations check-merge-conflict check-xml
-                 consistent-pylint daysago-import-check debug-statements detect-private-key doctoc
-                 end-of-file-fixer fix-encoding-pragma flake8 forbid-tabs
-                 incorrect-use-of-LoggingMixin insert-license isort language-matters lint-dockerfile
-                 mixed-line-ending mypy provide-create-sessions pydevd pydocstyle pylint pylint-tests
-                 python-no-log-warn rst-backticks setup-order shellcheck stylelint
-                 trailing-whitespace update-breeze-file update-extras update-local-yml-file
-                 update-setup-cfg-file yamllint
+                 build-providers-dependencies check-apache-license check-builtin-literals
+                 check-executables-have-shebangs check-hooks-apply check-integrations
+                 check-merge-conflict check-xml consistent-pylint daysago-import-check
+                 debug-statements detect-private-key doctoc dont-use-safe-filter end-of-file-fixer
+                 fix-encoding-pragma flake8 forbid-tabs incorrect-use-of-LoggingMixin insert-license
+                 isort language-matters lint-dockerfile lint-openapi mixed-line-ending mypy
+                 provide-create-sessions pydevd pydocstyle pylint pylint-tests python-no-log-warn
+                 rst-backticks setup-order shellcheck stylelint trailing-whitespace
+                 update-breeze-file update-extras update-local-yml-file update-setup-cfg-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 19d5e49..07ed72d 100644
--- a/breeze-complete
+++ b/breeze-complete
@@ -50,6 +50,7 @@ bat-tests
 build
 build-providers-dependencies
 check-apache-license
+check-builtin-literals
 check-executables-have-shebangs
 check-hooks-apply
 check-integrations
@@ -60,6 +61,7 @@ daysago-import-check
 debug-statements
 detect-private-key
 doctoc
+dont-use-safe-filter
 end-of-file-fixer
 fix-encoding-pragma
 flake8
@@ -69,6 +71,7 @@ insert-license
 isort
 language-matters
 lint-dockerfile
+lint-openapi
 mixed-line-ending
 mypy
 provide-create-sessions