Skip to content

Commit b62128b

Browse files
committed
adding to exclude list
1 parent 316964c commit b62128b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

microbiorust-py/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ include = [
4444
"microbiorust/*.pyi",
4545
"microbiorust/py.typed"
4646
]
47-
exclude = ["src/bin/*", "benchmarks/*", "tests/*"]
47+
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"]
4848

4949
[tool.ruff]
5050
line-length = 127

0 commit comments

Comments
 (0)