Skip to content

Commit

Permalink
add missing requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
sumpfork committed Apr 21, 2020
1 parent 6c1caae commit 5456e28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ default_language_version:
python: python3
repos:
- repo: https://github.com/ambv/black
rev: 18.9b0
rev: 19.10b0
hooks:
- id: black
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.1.0
rev: v2.5.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand Down

0 comments on commit 5456e28

Please sign in to comment.