Files
send/.pre-commit-config.yaml

14 lines
380 B
YAML
Raw Normal View History

2025-12-18 10:09:38 -05:00
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v6.0.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- id: check-case-conflict
- id: check-executables-have-shebangs
- id: check-illegal-windows-names
- id: check-json
- id: mixed-line-ending
- id: requirements-txt-fixer