Skip to content

Commit

Permalink
Update .pre-commit-config.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
homebysix committed Jun 28, 2019
1 parent 0e03c80 commit 4b277eb
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.1.0
rev: v2.2.3
hooks:
- id: check-added-large-files
args: [--maxkb=100]
Expand All @@ -12,16 +12,17 @@ repos:
- id: no-commit-to-branch
- id: trailing-whitespace
args: [--markdown-linebreak-ext=md]
- repo: https://github.com/ambv/black
rev: 18.9b0
- repo: https://github.com/python/black
rev: 19.3b0
hooks:
- id: black
language_version: python3.7
- repo: https://github.com/asottile/blacken-docs
rev: v0.4.0
rev: v1.1.0
hooks:
- id: blacken-docs
additional_dependencies: [black==18.9b0]
additional_dependencies: [black==19.3b0]
- repo: https://github.com/homebysix/pre-commit-macadmin
rev: v1.0.5
rev: v1.2.1
hooks:
- id: check-plists

0 comments on commit 4b277eb

Please sign in to comment.