Skip to content
Snippets Groups Projects
Commit 08cb3680 authored by Bienchen's avatar Bienchen
Browse files

Refine pyproject.toml

parent e47db467
Branches
No related tags found
No related merge requests found
......@@ -8,7 +8,10 @@ reports='no'
# 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'
extension-pkg-allow-list=["rapidjson", "ost"]
# [tool.pylint.typecheck]
# generated-members = ["LoadSequenceList"]
[tool.pylint.FORMAT]
max-line-length=80
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment