Skip to content

Commit

Permalink
Update pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
Dunedan committed Feb 28, 2020
1 parent 848c8da commit 9c4c291
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
@@ -1,7 +1,7 @@
---
repos:
- repo: git://github.com/pre-commit/pre-commit-hooks
rev: v2.4.0
rev: v2.5.0
hooks:
- id: check-added-large-files
- id: check-ast
Expand All @@ -17,7 +17,7 @@ repos:
- id: detect-private-key

- repo: git://github.com/adrienverge/yamllint
rev: v1.18.0
rev: v1.20.0
hooks:
- id: yamllint
args:
Expand Down

0 comments on commit 9c4c291

Please sign in to comment.