Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

pre-commit-uv

Package Overview
Dependencies
Maintainers
2
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pre-commit-uv - npm Package Compare versions

Comparing version
4.1.5
to
4.2.0
+8
-8
PKG-INFO
Metadata-Version: 2.4
Name: pre-commit-uv
Version: 4.1.5
Version: 4.2.0
Summary: Run pre-commit with uv

@@ -34,3 +34,2 @@ Project-URL: Bug Tracker, https://github.com/tox-dev/pre-commit-uv/issues

Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10

@@ -40,10 +39,11 @@ Classifier: Programming Language :: Python :: 3.11

Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.9
Requires-Dist: pre-commit>=3.8
Requires-Dist: uv>=0.4.7
Classifier: Programming Language :: Python :: 3.14
Requires-Python: >=3.10
Requires-Dist: pre-commit>=4.3
Requires-Dist: uv>=0.9.1
Provides-Extra: testing
Requires-Dist: covdefaults>=2.3; extra == 'testing'
Requires-Dist: pytest-cov>=5; extra == 'testing'
Requires-Dist: pytest-mock>=3.14; extra == 'testing'
Requires-Dist: pytest>=8.3.2; extra == 'testing'
Requires-Dist: pytest-cov>=7; extra == 'testing'
Requires-Dist: pytest-mock>=3.15.1; extra == 'testing'
Requires-Dist: pytest>=8.4.2; extra == 'testing'
Description-Content-Type: text/markdown

@@ -50,0 +50,0 @@

[build-system]
build-backend = "hatchling.build"
requires = [
"hatch-vcs>=0.4",
"hatchling>=1.25",
"hatch-vcs>=0.5",
"hatchling>=1.27",
]

@@ -20,3 +20,3 @@

]
requires-python = ">=3.9"
requires-python = ">=3.10"
classifiers = [

@@ -27,3 +27,2 @@ "License :: OSI Approved :: MIT License",

"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",

@@ -33,2 +32,3 @@ "Programming Language :: Python :: 3.11",

"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3.14",
]

@@ -39,10 +39,10 @@ dynamic = [

dependencies = [
"pre-commit>=3.8",
"uv>=0.4.7",
"pre-commit>=4.3",
"uv>=0.9.1",
]
optional-dependencies.testing = [
"covdefaults>=2.3",
"pytest>=8.3.2",
"pytest-cov>=5",
"pytest-mock>=3.14",
"pytest>=8.4.2",
"pytest-cov>=7",
"pytest-mock>=3.15.1",
]

@@ -68,3 +68,2 @@ urls."Bug Tracker" = "https://github.com/tox-dev/pre-commit-uv/issues"

[tool.ruff]
target-version = "py39"
line-length = 120

@@ -111,3 +110,3 @@ format.preview = true

[tool.pyproject-fmt]
max_supported_python = "3.13"
max_supported_python = "3.14"

@@ -114,0 +113,0 @@ [tool.pytest]

[tox]
requires =
tox>=4.2
tox-uv>=1.11.3
tox>=4.31
tox-uv>=1.28.1
env_list =
fix
3.14
3.13

@@ -46,3 +47,3 @@ 3.12

deps =
mypy==1.11.2
mypy==1.18.2
commands =

@@ -56,5 +57,5 @@ mypy src

deps =
check-wheel-contents>=0.6
twine>=5.1.1
uv>=0.4.10
check-wheel-contents>=0.6.3
twine>=6.2
uv>=0.9.1
commands =

@@ -61,0 +62,0 @@ uv build --sdist --wheel --out-dir {env_tmp_dir} .