Skip to content

Commit

Permalink
Exclude notebooks and test/*fchk from pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
leila-pujal committed Apr 19, 2024
1 parent e0b7e92 commit d54efbc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
exclude: "notebooks/|tests/\.fchk$"
rev: v4.5.0
hooks:
- id: check-added-large-files # prevents giant files from being commit
Expand Down

0 comments on commit d54efbc

Please sign in to comment.