We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 316964c commit b62128bCopy full SHA for b62128b
1 file changed
microbiorust-py/pyproject.toml
@@ -44,7 +44,7 @@ include = [
44
"microbiorust/*.pyi",
45
"microbiorust/py.typed"
46
]
47
-exclude = ["src/bin/*", "benchmarks/*", "tests/*"]
+exclude = ["src/bin/*", "*.embl", "*.gb", "*.gff", "*.faa", "asv.conf.json", "rust_via*.py", "bp_gbk2faa.py", "*.svg", "for_pip_publ.txt", "*.bak","benchmarks/*", "tests/*", ".github/*", "docs/*", ".gitignore"]
48
49
[tool.ruff]
50
line-length = 127
0 commit comments