smolban/.pre-commit-config.yaml
Pat Garrity d10dcf4fb3
All checks were successful
/ Build and Release Application (push) Successful in 1m20s
Bootstrapping development with some basic types and builds. (#1)
Reviewed-on: #1
2024-05-19 17:58:57 +00:00

16 lines
458 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
- repo: https://git.garrity.co/garrity-software/gs-pre-commit-scala
rev: v1.0.1
hooks:
- id: scalafmt