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

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


The following commit(s) were added to refs/heads/main by this push:
     new b5cd96a27f Updating version of airflow pre-commit should happen when 
version change (#36293)
b5cd96a27f is described below

commit b5cd96a27f30bb5515299eaf8c15204291030c37
Author: Jarek Potiuk <[email protected]>
AuthorDate: Tue Dec 19 00:02:06 2023 +0100

    Updating version of airflow pre-commit should happen when version change 
(#36293)
---
 .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 4a777e32b8..dd6c135706 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -441,7 +441,7 @@ repos:
         name: Update version to the latest version in the documentation
         entry: ./scripts/ci/pre_commit/pre_commit_update_versions.py
         language: python
-        files: ^docs
+        files: ^docs|^airflow/__init__.py$
         pass_filenames: false
         additional_dependencies: ['rich>=12.4.4']
       - id: check-pydevd-left-in-code

Reply via email to