pre-commit: upgrade black

This brings https://github.com/psf/black/pull/826, which helps with
https://github.com/psf/black/issues/601.
This commit is contained in:
Daniel Hahler 2019-11-16 18:42:17 +01:00
parent 4b7148f9a4
commit 5d247b9caf
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
exclude: doc/en/example/py2py3/test_py2.py
repos:
- repo: https://github.com/psf/black
rev: 19.3b0
rev: 19.10b0
hooks:
- id: black
args: [--safe, --quiet]