Skip to content

Commit

Permalink
dont check quarto extensions in precommit
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelizimm committed Feb 7, 2023
1 parent b8094cf commit 6a47153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@


exclude: "(.*\\.csv)|(^examples/)|(^vetiver/tests/snapshots/)|(^docs/_extensions/*)"
exclude: "(.*\\.csv)|(^examples/)|(^vetiver/tests/snapshots/)|(^docs/_extensions/)"
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.4.0
Expand Down

0 comments on commit 6a47153

Please sign in to comment.