This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch v3-0-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/v3-0-test by this push:
new 231129fb46d [v3-0-test] CHG: cover v1, v2 (#53636) (#53709)
231129fb46d is described below
commit 231129fb46dffb97e33601039850ea844c7e9fff
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Jul 24 14:14:30 2025 +0200
[v3-0-test] CHG: cover v1, v2 (#53636) (#53709)
(cherry picked from commit 9d9924e1933a6639fc2d8b2635bf054ed341828c)
Co-authored-by: Kyungjun Lee <[email protected]>
---
.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 2dc86214c3d..e7a5dde473b 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -1282,7 +1282,7 @@ repos:
(?x)
^airflow-core/src/airflow/api_fastapi/auth/managers/simple/ui/.*\.(js|ts|tsx|yaml|css|json)|
^airflow-core/src/airflow/api_fastapi/core_api/openapi/.*\.yaml$|
-
^airflow-core/src/airflow/api_fastapi/auth/managers/simple/openapi/v1.*\.yaml$
+
^airflow-core/src/airflow/api_fastapi/auth/managers/simple/openapi/.*\.yaml$
exclude: |
(?x)
^airflow-core/src/airflow/api_fastapi/node-modules/.*|