Skip to content

Commit

Permalink
pre-commit-config: update hooks, exclude fypp
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-zero committed Feb 24, 2020
1 parent 2a0f2a8 commit 07dd7ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.0.0
rev: v2.5.0
hooks:
- id: check-yaml
- id: check-added-large-files
Expand All @@ -24,6 +24,7 @@ repos:
(?x)^(
exts/.*|
tools/prettify/fprettify/.|
tools/build_utils/fypp|
)$
- repo: local
hooks:
Expand Down

0 comments on commit 07dd7ba

Please sign in to comment.