Skip to content

Commit

Permalink
Merge pull request #273 from MetOffice/254_pre-commit_tweaks
Browse files Browse the repository at this point in the history
Fix pre-commit mangling test data
  • Loading branch information
Sylviabohnenstengel authored Nov 21, 2023
2 parents f542dd2 + fea963d commit 22c814d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,13 @@ repos:
rev: c4a0b883114b00d8d76b479c820ce7950211c99b # frozen: v4.5.0
hooks:
- id: check-added-large-files
args: ['--maxkb=10240']
- id: check-case-conflict
- id: check-merge-conflict
- id: check-json
- id: check-toml
- id: check-yaml
- id: end-of-file-fixer
# Prevent PP files being inappropriately "fixed".
exclude: ^.+\.pp$
- id: trailing-whitespace

0 comments on commit 22c814d

Please # to comment.