dycw-pre-commit-hooks 0.10.18__tar.gz → 0.10.19__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of dycw-pre-commit-hooks might be problematic. Click here for more details.
- {dycw_pre_commit_hooks-0.10.18 → dycw_pre_commit_hooks-0.10.19}/PKG-INFO +1 -1
- {dycw_pre_commit_hooks-0.10.18 → dycw_pre_commit_hooks-0.10.19}/pre_commit_hooks/__init__.py +1 -1
- {dycw_pre_commit_hooks-0.10.18 → dycw_pre_commit_hooks-0.10.19}/pyproject.toml +4 -4
- {dycw_pre_commit_hooks-0.10.18 → dycw_pre_commit_hooks-0.10.19}/uv.lock +3 -3
- {dycw_pre_commit_hooks-0.10.18 → dycw_pre_commit_hooks-0.10.19}/.envrc +0 -0
- {dycw_pre_commit_hooks-0.10.18 → dycw_pre_commit_hooks-0.10.19}/.github/workflows/pull-request.yml +0 -0
- {dycw_pre_commit_hooks-0.10.18 → dycw_pre_commit_hooks-0.10.19}/.github/workflows/push.yml +0 -0
- {dycw_pre_commit_hooks-0.10.18 → dycw_pre_commit_hooks-0.10.19}/.gitignore +0 -0
- {dycw_pre_commit_hooks-0.10.18 → dycw_pre_commit_hooks-0.10.19}/.pre-commit-config.yaml +0 -0
- {dycw_pre_commit_hooks-0.10.18 → dycw_pre_commit_hooks-0.10.19}/.pre-commit-hooks.yaml +0 -0
- {dycw_pre_commit_hooks-0.10.18 → dycw_pre_commit_hooks-0.10.19}/.python-version +0 -0
- {dycw_pre_commit_hooks-0.10.18 → dycw_pre_commit_hooks-0.10.19}/README.md +0 -0
- {dycw_pre_commit_hooks-0.10.18 → dycw_pre_commit_hooks-0.10.19}/pre_commit_hooks/common.py +0 -0
- {dycw_pre_commit_hooks-0.10.18 → dycw_pre_commit_hooks-0.10.19}/pre_commit_hooks/py.typed +0 -0
- {dycw_pre_commit_hooks-0.10.18 → dycw_pre_commit_hooks-0.10.19}/pre_commit_hooks/run_bump2version/__init__.py +0 -0
- {dycw_pre_commit_hooks-0.10.18 → dycw_pre_commit_hooks-0.10.19}/pre_commit_hooks/run_bump2version/__main__.py +0 -0
- {dycw_pre_commit_hooks-0.10.18 → dycw_pre_commit_hooks-0.10.19}/pre_commit_hooks/run_bump_my_version/__init__.py +0 -0
- {dycw_pre_commit_hooks-0.10.18 → dycw_pre_commit_hooks-0.10.19}/pre_commit_hooks/run_bump_my_version/__main__.py +0 -0
- {dycw_pre_commit_hooks-0.10.18 → dycw_pre_commit_hooks-0.10.19}/pre_commit_hooks/run_dockfmt/__init__.py +0 -0
- {dycw_pre_commit_hooks-0.10.18 → dycw_pre_commit_hooks-0.10.19}/pre_commit_hooks/run_dockfmt/__main__.py +0 -0
- {dycw_pre_commit_hooks-0.10.18 → dycw_pre_commit_hooks-0.10.19}/pre_commit_hooks/run_hatch_version/__init__.py +0 -0
- {dycw_pre_commit_hooks-0.10.18 → dycw_pre_commit_hooks-0.10.19}/pre_commit_hooks/run_hatch_version/__main__.py +0 -0
- {dycw_pre_commit_hooks-0.10.18 → dycw_pre_commit_hooks-0.10.19}/pre_commit_hooks/run_ruff_format/__init__.py +0 -0
- {dycw_pre_commit_hooks-0.10.18 → dycw_pre_commit_hooks-0.10.19}/pre_commit_hooks/run_ruff_format/__main__.py +0 -0
- {dycw_pre_commit_hooks-0.10.18 → dycw_pre_commit_hooks-0.10.19}/pre_commit_hooks/run_uv_pip_compile/__init__.py +0 -0
- {dycw_pre_commit_hooks-0.10.18 → dycw_pre_commit_hooks-0.10.19}/pre_commit_hooks/run_uv_pip_compile/__main__.py +0 -0
- {dycw_pre_commit_hooks-0.10.18 → dycw_pre_commit_hooks-0.10.19}/run-test-hook.sh +0 -0
- {dycw_pre_commit_hooks-0.10.18 → dycw_pre_commit_hooks-0.10.19}/tests/__init__.py +0 -0
- {dycw_pre_commit_hooks-0.10.18 → dycw_pre_commit_hooks-0.10.19}/tests/test_main.py +0 -0
|
@@ -8,8 +8,8 @@ requires = ["hatchling"]
|
|
|
8
8
|
# dependency groups
|
|
9
9
|
[dependency-groups]
|
|
10
10
|
dev = [
|
|
11
|
-
"dycw-utilities[test]
|
|
12
|
-
"setuptools
|
|
11
|
+
"dycw-utilities[test]",
|
|
12
|
+
"setuptools", # https://github.com/theY4Kman/pytest-only/issues/14
|
|
13
13
|
]
|
|
14
14
|
|
|
15
15
|
# project
|
|
@@ -27,7 +27,7 @@ dependencies = [
|
|
|
27
27
|
name = "dycw-pre-commit-hooks"
|
|
28
28
|
readme = "README.md"
|
|
29
29
|
requires-python = ">= 3.11"
|
|
30
|
-
version = "0.10.
|
|
30
|
+
version = "0.10.19"
|
|
31
31
|
|
|
32
32
|
[project.scripts]
|
|
33
33
|
run-bump-my-version = "pre_commit_hooks.run_bump_my_version:main"
|
|
@@ -40,7 +40,7 @@ run-uv-pip-compile = "pre_commit_hooks.run_uv_pip_compile:main"
|
|
|
40
40
|
# bump-my-version
|
|
41
41
|
[tool.bumpversion]
|
|
42
42
|
allow_dirty = true
|
|
43
|
-
current_version = "0.10.
|
|
43
|
+
current_version = "0.10.19"
|
|
44
44
|
|
|
45
45
|
[[tool.bumpversion.files]]
|
|
46
46
|
filename = "src/pre_commit_hooks/__init__.py"
|
|
@@ -380,7 +380,7 @@ wheels = [
|
|
|
380
380
|
|
|
381
381
|
[[package]]
|
|
382
382
|
name = "dycw-pre-commit-hooks"
|
|
383
|
-
version = "0.10.
|
|
383
|
+
version = "0.10.19"
|
|
384
384
|
source = { editable = "." }
|
|
385
385
|
dependencies = [
|
|
386
386
|
{ name = "click" },
|
|
@@ -411,8 +411,8 @@ requires-dist = [
|
|
|
411
411
|
|
|
412
412
|
[package.metadata.requires-dev]
|
|
413
413
|
dev = [
|
|
414
|
-
{ name = "dycw-utilities", extras = ["test"]
|
|
415
|
-
{ name = "setuptools"
|
|
414
|
+
{ name = "dycw-utilities", extras = ["test"] },
|
|
415
|
+
{ name = "setuptools" },
|
|
416
416
|
]
|
|
417
417
|
|
|
418
418
|
[[package]]
|
|
File without changes
|
{dycw_pre_commit_hooks-0.10.18 → dycw_pre_commit_hooks-0.10.19}/.github/workflows/pull-request.yml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|