mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-13 07:08:23 +01:00
11 lines
356 B
YAML
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]
|