ci-scala/.pre-commit-config.yaml
Pat Garrity b47291490a
All checks were successful
/ Build and Release CI Image (push) Successful in 4m21s
Introducing automated builds for this image. (Bump) (#1)
2024-03-24 15:57:45 +00:00

13 lines
363 B
YAML

---
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
hooks:
- id: end-of-file-fixer
- id: trailing-whitespace
- id: fix-byte-order-marker
- id: mixed-line-ending
args: ['--fix=lf']
description: Enforces using only 'LF' line endings.
- id: trailing-whitespace
- id: check-yaml