mirror of
https://github.com/mtkennerly/dunamai-action.git
synced 2025-06-20 14:30:48 +00:00
11 lines
274 B
YAML
11 lines
274 B
YAML
exclude: public
|
|
repos:
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
rev: v2.1.0
|
|
hooks:
|
|
- id: trailing-whitespace
|
|
- id: end-of-file-fixer
|
|
- repo: https://github.com/Lucas-C/pre-commit-hooks
|
|
rev: v1.1.6
|
|
hooks:
|
|
- id: forbid-tabs
|