Skip to content

Commit bcfc752

Browse files
committed
fix(ci): add missing tool.setuptools_scm section
1 parent e08a457 commit bcfc752

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pyproject.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ dependencies = [
3232
[tool.setuptools]
3333
package-dir = {"" = "src"}
3434

35+
[tool.setuptools_scm]
36+
3537
[project.scripts]
3638
diffcrash = "lasso.diffcrash.run:main"
3739
dimred = "lasso.dimred.run:main"
@@ -110,3 +112,8 @@ ignore = [
110112
[tool.ruff.format]
111113
docstring-code-format = true
112114
skip-magic-trailing-comma = true
115+
116+
[tool.pytest.ini_options]
117+
filterwarnings = [
118+
"ignore::UserWarning",
119+
]

0 commit comments

Comments
 (0)