micropython-lib/.pre-commit-config.yaml

15 wiersze
388 B
YAML

repos:
- repo: local
hooks:
- id: verifygitlog
name: MicroPython git commit message format checker
entry: tools/verifygitlog.py --check-file --ignore-rebase
language: python
verbose: true
stages: [commit-msg]
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.1.2
hooks:
- id: ruff
id: ruff-format