mirror of
https://github.com/Cian-H/invenio-config-iform.git
synced 2025-12-22 13:11:56 +00:00
25 lines
674 B
YAML
25 lines
674 B
YAML
repos:
|
|
- repo: local
|
|
hooks:
|
|
- id: check-version-increment
|
|
name: Check Version Increment
|
|
entry: python scripts/hooks/pre-push/check_version_increment.py
|
|
language: system
|
|
pass_filenames: false
|
|
stages: [pre-push]
|
|
|
|
- id: tests
|
|
name: Run Python Tests
|
|
entry: uv run test
|
|
language: system
|
|
pass_filenames: false
|
|
stages: [pre-push]
|
|
|
|
- repo: https://github.com/astral-sh/ruff-pre-commit
|
|
rev: v0.11.9
|
|
hooks:
|
|
- id: ruff
|
|
stages: [pre-push]
|
|
- id: ruff-format
|
|
stages: [pre-push]
|