black: don't reformat _leptonica.py

This commit is contained in:
James R. Barlow 2019-11-25 14:20:59 -08:00
parent b7f63bc93d
commit 84cc49b14b
2 changed files with 5 additions and 3 deletions

View File

@ -1,6 +1,7 @@
repos:
- repo: https://github.com/ambv/black
- repo: https://github.com/psf/black
rev: stable
hooks:
- id: black
language_version: python3.7
- id: black
language_version: python3.7
exclude: ^src/ocrmypdf/lib/_leptonica.py

View File

@ -28,5 +28,6 @@ exclude = '''
| docs
| misc
| \.egg-info
| src/ocrmypdf/lib/_leptonica.py
)/
'''