Skip to content

Commit

Permalink
BEHAVIOR: remove setuptools-scm config check (#491)
Browse files Browse the repository at this point in the history
* DX: remove `setuptools-scm` version configuration
  • Loading branch information
redeboer authored Jan 17, 2025
1 parent 37de3c5 commit b419395
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 25 deletions.
2 changes: 0 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,6 @@ namespaces = false
where = ["src"]

[tool.setuptools_scm]
local_scheme = "no-local-version"
version_scheme = "only-version"
write_to = "src/compwa_policy/version.py"

[tool.coverage.run]
Expand Down
2 changes: 0 additions & 2 deletions src/compwa_policy/check_dev_files/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
readthedocs,
release_drafter,
ruff,
setuptools_scm,
toml,
tox,
update_lock,
Expand Down Expand Up @@ -141,7 +140,6 @@ def main(argv: Sequence[str] | None = None) -> int: # noqa: PLR0915
do(vscode.main, has_notebooks, is_python_repo)
do(gitpod.main, use_gitpod, dev_python_version)
do(precommit.main, precommit_config, has_notebooks)
do(setuptools_scm.main)
do(
uv.main,
dev_python_version,
Expand Down
21 changes: 0 additions & 21 deletions src/compwa_policy/check_dev_files/setuptools_scm.py

This file was deleted.

0 comments on commit b419395

Please sign in to comment.