Skip to content

Commit 0e4837e

Browse files
committed
adding exclusion
1 parent 04b04d9 commit 0e4837e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ unsafe-fixes = true
8686
# Assume Python 3.8
8787
target-version = "py312"
8888
src = ["dsg_lib", "test"]
89-
exclude = ["unreleased/*","scripts/*"] #,"examples/*"
89+
exclude = ["unreleased/*","scripts/*","coverage.xml"] #,"examples/*"
9090

9191
[tool.ruff.lint]
9292
select = [

0 commit comments

Comments
 (0)