Files
OCRmyPDF/pyproject.toml
T

32 lines
382 B
TOML

[build-system]
requires = [
"setuptools",
"wheel",
"cffi",
"setuptools_scm",
"setuptools_scm_git_archive"
]
[tool.black]
line-length = 88
py36 = true
skip-string-normalization = true
include = '\.pyi?$'
exclude = '''
/(
\.eggs
| \.git
| \.hg
| \.mypy_cache
| \.tox
| \.venv
| _build
| buck-out
| build
| dist
| docs
| misc
| \.egg-info
)/
'''