Add vulture to dev dependencies for dead code detection

This commit is contained in:
Kevin Turcios 2026-04-23 04:57:32 -05:00
parent 57446aad31
commit 72a8610fcf
2 changed files with 12 additions and 0 deletions

View file

@ -26,6 +26,7 @@ dev = [
"types-requests>=2.32.4.20260107",
"pytest-cov>=7.1.0",
"testcontainers[postgres]>=4.12",
"vulture>=2.16",
]
test-optional = [
"jax[cpu]>=0.5",

11
uv.lock
View file

@ -703,6 +703,7 @@ dev = [
{ name = "testcontainers" },
{ name = "tomlkit" },
{ name = "types-requests" },
{ name = "vulture" },
]
test-optional = [
{ name = "jax" },
@ -739,6 +740,7 @@ dev = [
{ name = "testcontainers", extras = ["postgres"], specifier = ">=4.12" },
{ name = "tomlkit", specifier = ">=0.14.0" },
{ name = "types-requests", specifier = ">=2.32.4.20260107" },
{ name = "vulture", specifier = ">=2.16" },
]
test-optional = [
{ name = "jax", extras = ["cpu"], specifier = ">=0.5" },
@ -3878,6 +3880,15 @@ wheels = [
{ url = "https://files.pythonhosted.org/packages/e4/16/c1fd27e9549f3c4baf1dc9c20c456cd2f822dbf8de9f463824b0c0357e06/uvloop-0.22.1-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:6cde23eeda1a25c75b2e07d39970f3374105d5eafbaab2a4482be82f272d5a5e", size = 4296730, upload-time = "2025-10-16T22:17:00.744Z" },
]
[[package]]
name = "vulture"
version = "2.16"
source = { registry = "https://pypi.org/simple" }
sdist = { url = "https://files.pythonhosted.org/packages/66/3e/4d08c5903b2c0c70cad583c170cc4a663fc6a61e2ad00b711fcda61358cd/vulture-2.16.tar.gz", hash = "sha256:f8d9f6e2af03011664a3c6c240c9765b3f392917d3135fddca6d6a68d359f717", size = 52680, upload-time = "2026-03-25T14:41:27.141Z" }
wheels = [
{ url = "https://files.pythonhosted.org/packages/f5/be/f935130312330614811dae2ea9df3f395f6d63889eb6c2e68c14507152ee/vulture-2.16-py3-none-any.whl", hash = "sha256:6e0f1c312cef1c87856957e5c2ca9608834a7c794c2180477f30bf0e4cc58eee", size = 26993, upload-time = "2026-03-25T14:41:26.21Z" },
]
[[package]]
name = "watchfiles"
version = "1.1.1"