Add git precommit hook that generates pyi files (#2447)

This commit is contained in:
Martin Xu 2024-01-29 20:32:36 -08:00 committed by GitHub
parent 0378b2aa3a
commit 3ff88390c2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 20 additions and 9 deletions

View File

@ -27,3 +27,5 @@ jobs:
- run: |
poetry run pip install pre-commit
poetry run pre-commit run --all-files
env:
SKIP: update-pyi-files

View File

@ -23,3 +23,12 @@ repos:
hooks:
- id: darglint
exclude: '^reflex/reflex.py'
- repo: local
hooks:
- id: update-pyi-files
name: update-pyi-files
always_run: true
language: system
description: 'Update pyi files as needed'
entry: python scripts/pyi_generator.py