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/12/24 12:25:05 UTC

[airflow] branch master updated: Rename second pylint pre-commit hook to distinguish it from first (#13303)

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 f7b9ba8  Rename second pylint pre-commit hook to distinguish it from first (#13303)
f7b9ba8 is described below

commit f7b9ba81898a25ff2a5355420bd4c6f5c150b3e6
Author: dstandish <ds...@users.noreply.github.com>
AuthorDate: Thu Dec 24 04:24:52 2020 -0800

    Rename second pylint pre-commit hook to distinguish it from first (#13303)
---
 .pre-commit-config.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 348cfa9..cea5be9 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -571,7 +571,7 @@ repos:
         pass_filenames: true
         require_serial: true
       - id: pylint
-        name: Run pylint
+        name: Run pylint for helm chart tests
         language: system
         entry: "./scripts/ci/pre_commit/pre_commit_pylint.sh"
         files: ^chart/.*\.py$