repos: - repo: https://github.com/astral-sh/ruff-pre-commit rev: v0.7.4 hooks: - id: ruff args: [--fix] - id: ruff-format - repo: local hooks: - id: check-gradio-version name: Check Gradio Version Consistency entry: ./check_gradio_version.sh language: script files: 'README\.md|requirements\.txt' pass_filenames: false