add missing requirement

This commit is contained in:
Peter Gorniak 2020-04-21 13:16:32 -07:00
parent 6c1caaeb6e
commit 5456e28d4d

View File

@ -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