diff --git a/pyproject.toml b/pyproject.toml index c9f4a97..9e7eeb6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -147,6 +147,7 @@ ignore_missing_imports = true # This section is managed by the cookiecutter templates. current_version = "0.5.0.dev" commit = false +pre_commit_hooks = ["uv lock", "git add uv.lock"] tag = false parse = "(?P\\d+)\\.(?P\\d+)\\.(?P\\d+)(\\.(?P[a-z]+))?" serialize = [ @@ -207,7 +208,6 @@ sections = { second-party = ["pulp_glue"] } section-order = ["future", "standard-library", "third-party", "second-party", "first-party", "local-folder"] - [tool.uv.sources] # This section is managed by the cookiecutter templates. pulp-glue-deb = { workspace = true } @@ -222,7 +222,6 @@ module-name = ["pulpcore.cli"] namespace = true source-exclude = ["*.pot", "*.po", "**/*\\~"] - [dependency-groups] # This section is managed by the cookiecutter templates. dev = [