Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
GRAAL-Research
GitHub Repository: GRAAL-Research/deepparse
Path: blob/main/pyproject.toml
865 views
1
[tool.black]
2
target-version = ['py38', 'py39', 'py310', 'py311']
3
4
line-length = 120
5
skip-string-normalization = true
6
extend-exclude = "/(slides)/"
7
8
[tool.pylint.ini_options]
9
DJANGO_SETTINGS_MODULE = "settings"
10
11
[build-system]
12
requires = ["setuptools", "wheel", "pybind11"]
13
14