mirror of
https://github.com/onyx-and-iris/duckypad-twitch.git
synced 2025-04-04 20:53:48 +01:00
13 lines
283 B
YAML
13 lines
283 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/tox-dev/pyproject-fmt
|
|
rev: 'v2.5.0'
|
|
hooks:
|
|
- id: pyproject-fmt
|