Skip to content

Commit

Permalink
pre-commit: upgrade black
Browse files Browse the repository at this point in the history
This brings psf/black#826, which helps with
psf/black#601.
  • Loading branch information
blueyed committed Nov 16, 2019
1 parent 3edf417 commit a8c16d9
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
@@ -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]
Expand Down

0 comments on commit a8c16d9

Please sign in to comment.