PySR / .pre-commit-config.yaml
MilesCranmer's picture
Add pre-commit hooks: whitespace, eof, yaml
e7941a7 unverified
raw
history blame
233 Bytes
repos:
# General linting:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.2.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- id: check-added-large-files