Skip to content

Commit

Permalink
Fix hook to run only on files ending with .mo (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
ErykMroczek authored Nov 24, 2023
2 parents 14306bd + 8733f1a commit be61853
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
description: Make your Modelica code pretty
entry: mofmt
language: python
files: '.*\.mo'
files: '.*\.mo$'

0 comments on commit be61853

Please sign in to comment.