19 lines
331 B
YAML
19 lines
331 B
YAML
default_install_hook_types:
|
|
- pre-commit
|
|
- commit-msg
|
|
default_stages:
|
|
- pre-commit
|
|
- manual
|
|
|
|
repos:
|
|
- repo: https://github.com/astral-sh/ruff-pre-commit
|
|
rev: v0.14.2
|
|
hooks:
|
|
- id: ruff-check
|
|
args: [ "--fix" ]
|
|
|
|
- repo: https://foundry.fsky.io/vel/ty-pre-commit
|
|
rev: 0.0.1-alpha.25
|
|
hooks:
|
|
- id: ty-check
|