Skip to content
Snippets Groups Projects
pyproject.toml 343 B
[tool.black]
line-length=80

[tool.pylint.REPORTS]
reports='no'

[tool.pylint.MASTER]
# A comma-separated list of package or module names from where C extensions may
# be loaded. Extensions are loading into the active Python interpreter and may
# run arbitrary code
extension-pkg-allow-list='rapidjson

[tool.pylint.FORMAT]
max-line-length=80