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 3edf417969
commit a8c16d9b75
1 changed files with 2 additions and 2 deletions

View File

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