We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e08a457 commit bcfc752Copy full SHA for bcfc752
1 file changed
pyproject.toml
@@ -32,6 +32,8 @@ dependencies = [
32
[tool.setuptools]
33
package-dir = {"" = "src"}
34
35
+[tool.setuptools_scm]
36
+
37
[project.scripts]
38
diffcrash = "lasso.diffcrash.run:main"
39
dimred = "lasso.dimred.run:main"
@@ -110,3 +112,8 @@ ignore = [
110
112
[tool.ruff.format]
111
113
docstring-code-format = true
114
skip-magic-trailing-comma = true
115
116
+[tool.pytest.ini_options]
117
+filterwarnings = [
118
+ "ignore::UserWarning",
119
+]
0 commit comments