black: don't reformat _leptonica.py

This commit is contained in:
James R. Barlow
2019-12-04 17:04:08 -08:00
parent b7f63bc93d
commit 84cc49b14b
2 changed files with 5 additions and 3 deletions
+4 -3
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
+1
View File
@@ -28,5 +28,6 @@ exclude = '''
| docs
| misc
| \.egg-info
| src/ocrmypdf/lib/_leptonica.py
)/
'''