Skip to content

Commit a7257a1

Browse files
committed
fix duplicate key
1 parent 4810a30 commit a7257a1

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

pyproject.toml

+1-4
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ lobster = ["*.txt", "*.json", "*.yaml"]
3737
[tool.setuptools_scm]
3838
search_parent_directories = true
3939
version_scheme = "no-guess-dev"
40-
local_scheme = "node-and-date"
4140
fallback_version = "0.0.0"
41+
local_scheme = "no-local-version" # see https://github.com/pypa/setuptools-scm/issues/455
4242

4343
[tool.ruff]
4444
line-length = 120
@@ -72,6 +72,3 @@ ignore = [
7272
"tests/**/*.py" = [
7373
"D"
7474
]
75-
76-
[tool.setuptools_scm]
77-
local_scheme = "no-local-version" # see https://github.com/pypa/setuptools-scm/issues/455

0 commit comments

Comments
 (0)