Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -599,6 +599,17 @@ repos:
language: python
files: ^airflow-core/docs/installation/supported-versions\.rst$|^scripts/ci/prek/supported_versions\.py$|^README\.md$
pass_filenames: false
- id: generate-api-permissions-doc
name: Generate REST API permission reference documentation
entry: ./scripts/ci/prek/extract_permissions.py
language: python
files: >
(?x)
^airflow-core/src/airflow/api_fastapi/core_api/routes/public/.*\.py$|
^airflow-core/src/airflow/api_fastapi/core_api/security\.py$|
^scripts/ci/prek/extract_permissions\.py$|
^airflow-core/docs/security/api_permissions_ref\.rst$
Comment thread
durgaprasadml marked this conversation as resolved.
pass_filenames: false
- id: check-revision-heads-map
name: Check that the REVISION_HEADS_MAP is up-to-date
language: python
Expand Down
Loading
Loading