13 lines
300 B
YAML
13 lines
300 B
YAML
repos:
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
rev: v5.0.0
|
|
hooks:
|
|
- id: trailing-whitespace
|
|
- id: end-of-file-fixer
|
|
- repo: local
|
|
hooks:
|
|
- id: treefmt
|
|
name: treefmt
|
|
pass_filenames: false
|
|
entry: treefmt
|
|
language: system
|