You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
513 B
17 lines
513 B
repos:
|
|
- repo: local
|
|
hooks:
|
|
- id: codeformat
|
|
name: MicroPython codeformat.py for changed files
|
|
entry: tools/codeformat.py -v -f
|
|
language: python
|
|
- 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.0.265
|
|
hooks:
|
|
- id: ruff
|
|
|