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

Merge branch 'develop' into dark-matter-metagenomics

parents 27db3776 08cb3680
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,10 @@ reports='no' ...@@ -8,7 +8,10 @@ reports='no'
# A comma-separated list of package or module names from where C extensions may # 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 # be loaded. Extensions are loading into the active Python interpreter and may
# run arbitrary code # run arbitrary code
extension-pkg-allow-list='rapidjson' extension-pkg-allow-list=["rapidjson", "ost"]
# [tool.pylint.typecheck]
# generated-members = ["LoadSequenceList"]
[tool.pylint.FORMAT] [tool.pylint.FORMAT]
max-line-length=80 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