Skip to content

Commit 8876c04

Browse files
pierrejeambrunLorin
authored and
Lorin
committed
Fix UI lint pre-commit hook (apache#43086)
1 parent 67d28b4 commit 8876c04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1159,7 +1159,7 @@ repos:
11591159
description: TS types generation / ESLint / Prettier new UI files
11601160
language: node
11611161
types_or: [javascript, ts, tsx, yaml, css, json]
1162-
files: ^airflow/ui/|^airflow/api_fastapi/openapi/v1-generated\.yaml$
1162+
files: ^airflow/ui/|^airflow/api_fastapi/core_api/openapi/v1-generated\.yaml$
11631163
entry: ./scripts/ci/pre_commit/lint_ui.py
11641164
additional_dependencies: ['pnpm@9.7.1']
11651165
pass_filenames: false

0 commit comments

Comments
 (0)