Also update black and isort in pre-commit config

This commit is contained in:
Djailla 2019-11-18 09:20:29 +01:00 committed by Claudiu Popa
parent 0844d21e30
commit 0ed3782d7a

View File

@ -1,6 +1,6 @@
repos:
- repo: https://github.com/ambv/black
rev: 19.3b0
rev: 19.10b0
hooks:
- id: black
args: [--safe, --quiet]
@ -11,6 +11,6 @@ repos:
- id: trailing-whitespace
- id: end-of-file-fixer
- repo: https://github.com/pre-commit/mirrors-isort
rev: v4.3.15
rev: v4.3.21
hooks:
- id: isort