mirror of
https://github.com/onyx-and-iris/voicemeeter-compact.git
synced 2026-03-22 09:49:11 +00:00
14 lines
304 B
YAML
14 lines
304 B
YAML
repos:
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
rev: v2.3.0
|
|
hooks:
|
|
- id: check-yaml
|
|
- id: end-of-file-fixer
|
|
- id: trailing-whitespace
|
|
|
|
- repo: https://github.com/python-poetry/poetry
|
|
rev: '2.3.2'
|
|
hooks:
|
|
- id: poetry-check
|
|
- id: poetry-lock
|