Skip to content

Commit

Permalink
Updating version of airflow pre-commit should happen when version cha…
Browse files Browse the repository at this point in the history
…nge (#36293)
  • Loading branch information
potiuk committed Dec 18, 2023
1 parent 98f0ad9 commit b5cd96a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Expand Up @@ -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
Expand Down

0 comments on commit b5cd96a

Please sign in to comment.