mirror of
https://github.com/ocrmypdf/OCRmyPDF.git
synced 2025-10-06 21:47:54 +00:00
black: don't reformat _leptonica.py
This commit is contained in:
parent
b7f63bc93d
commit
84cc49b14b
@ -1,6 +1,7 @@
|
|||||||
repos:
|
repos:
|
||||||
- repo: https://github.com/ambv/black
|
- repo: https://github.com/psf/black
|
||||||
rev: stable
|
rev: stable
|
||||||
hooks:
|
hooks:
|
||||||
- id: black
|
- id: black
|
||||||
language_version: python3.7
|
language_version: python3.7
|
||||||
|
exclude: ^src/ocrmypdf/lib/_leptonica.py
|
||||||
|
@ -28,5 +28,6 @@ exclude = '''
|
|||||||
| docs
|
| docs
|
||||||
| misc
|
| misc
|
||||||
| \.egg-info
|
| \.egg-info
|
||||||
|
| src/ocrmypdf/lib/_leptonica.py
|
||||||
)/
|
)/
|
||||||
'''
|
'''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user