fail_fast: true repos: - repo: https://github.com/psf/black rev: 22.10.0 hooks: - id: black args: [integration, reflex, tests] - repo: https://github.com/charliermarsh/ruff-pre-commit rev: v0.0.244 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] exclude: '^integration/benchmarks/' - repo: https://github.com/RobertCraigie/pyright-python rev: v1.1.313 hooks: - id: pyright args: [integration, reflex, tests] language: system - repo: https://github.com/terrencepreilly/darglint rev: v1.8.1 hooks: - id: darglint exclude: '^reflex/reflex.py' - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.5.0 hooks: - id: check-added-large-files args: ['--maxkb=300', "--enforce-all"] - 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