iphreeqc/.pre-commit-config.yaml
Charlton, Scott R 90a6449de8 Updated for phreeqc changes
Introduce end-of-line normalization for CMakeLists.txt
2023-05-28 20:14:57 -06:00

11 lines
356 B
YAML

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: c8bad492e1b1d65d9126dba3fe3bd49a5a52b9d6 # v2.1.0
hooks:
- id: end-of-file-fixer
files: CMakeLists.txt
- id: trailing-whitespace
files: CMakeLists.txt
- id: no-commit-to-branch
args: [--branch, main, --branch, master, --branch, develop]