Skip to content

Commit

Permalink
chore(dependencies): bump pre-commit versions
Browse files Browse the repository at this point in the history
  • Loading branch information
TheKevJames committed Sep 3, 2018
1 parent 8898933 commit e8b9a28
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: git://github.com/pre-commit/pre-commit-hooks
sha: v1.2.3
rev: v1.4.0
hooks:
- id: check-case-conflict
- id: check-executables-have-shebangs
Expand All @@ -19,11 +19,11 @@ repos:
args: [--fix=lf]
- id: trailing-whitespace
- repo: git://github.com/pre-commit/mirrors-fixmyjs
sha: v2.0.0
rev: v2.0.0
hooks:
- id: fixmyjs
- repo: git://github.com/pre-commit/mirrors-jshint
sha: v2.9.5
rev: v2.9.6
hooks:
- id: jshint
# TODO: enable "eqeqeq", "forin", "latedef", "unused"

0 comments on commit e8b9a28

Please sign in to comment.