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

potiuk pushed a commit to branch v2-8-test
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit 2cad58ad4e58f7b4c18b0b903de307faae265565
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)
    
    (cherry picked from commit b5cd96a27f30bb5515299eaf8c15204291030c37)
---
 .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 0b917bd75f..c12be3a5f1 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