We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 041341e commit 838b37aCopy full SHA for 838b37a
pyproject.toml
@@ -184,7 +184,9 @@ ignore_path = [
184
# We use a fallback version like
185
# https://github.com/pypa/setuptools_scm/issues/77 so that we do not
186
# error in the Docker build stage of the release pipeline.
187
-fallback_version = "FALLBACK_VERSION"
+#
188
+# This must be a PEP 440 compliant version.
189
+fallback_version = "0.0.0"
190
191
192
[tool.pydocstyle]
0 commit comments