Skip to content

Commit

Permalink
Fix pre-commit specification for common.sql interface pre-commit (#28278
Browse files Browse the repository at this point in the history
)
  • Loading branch information
potiuk authored Dec 9, 2022
1 parent 171ca66 commit aace30b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ repos:
name: Check and update common.sql API stubs
entry: ./scripts/ci/pre_commit/pre_commit_update_common_sql_api_stubs.py
language: python
files: ^scripts/ci/pre_commit/pre_commit_update_common_sql_api\.py|^airflow/providers/common/sql/.*\.py[i]$
files: ^scripts/ci/pre_commit/pre_commit_update_common_sql_api\.py|^airflow/providers/common/sql/.*\.pyi?$
additional_dependencies: ['rich>=12.4.4', 'mypy==0.971', 'black==22.3.0']
pass_filenames: false
require_serial: true
Expand Down

0 comments on commit aace30b

Please sign in to comment.