16 lines
433 B
YAML
16 lines
433 B
YAML
default_stages: [commit, merge-commit, push, manual]
|
|
default_install_hook_types: [commit-msg, pre-commit]
|
|
repos:
|
|
- repo: https://github.com/compilerla/conventional-pre-commit
|
|
rev: v2.3.0
|
|
hooks:
|
|
- id: conventional-pre-commit
|
|
stages: [commit-msg]
|
|
args: []
|
|
- repo: https://github.com/astral-sh/ruff-pre-commit
|
|
rev: v0.3.3
|
|
hooks:
|
|
- id: ruff
|
|
args: [ --fix ]
|
|
- id: ruff-format
|