dycw-pre-commit-hooks 0.9.17__tar.gz → 0.9.18__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.9.17 → dycw_pre_commit_hooks-0.9.18}/.pre-commit-config.yaml +0 -1
- {dycw_pre_commit_hooks-0.9.17 → dycw_pre_commit_hooks-0.9.18}/PKG-INFO +2 -2
- {dycw_pre_commit_hooks-0.9.17 → dycw_pre_commit_hooks-0.9.18}/pre_commit_hooks/__init__.py +1 -1
- {dycw_pre_commit_hooks-0.9.17 → dycw_pre_commit_hooks-0.9.18}/pyproject.toml +2 -2
- {dycw_pre_commit_hooks-0.9.17 → dycw_pre_commit_hooks-0.9.18}/requirements.txt +3 -3
- {dycw_pre_commit_hooks-0.9.17 → dycw_pre_commit_hooks-0.9.18}/.envrc +0 -0
- {dycw_pre_commit_hooks-0.9.17 → dycw_pre_commit_hooks-0.9.18}/.github/workflows/push.yml +0 -0
- {dycw_pre_commit_hooks-0.9.17 → dycw_pre_commit_hooks-0.9.18}/.gitignore +0 -0
- {dycw_pre_commit_hooks-0.9.17 → dycw_pre_commit_hooks-0.9.18}/.pre-commit-hooks.yaml +0 -0
- {dycw_pre_commit_hooks-0.9.17 → dycw_pre_commit_hooks-0.9.18}/README.md +0 -0
- {dycw_pre_commit_hooks-0.9.17 → dycw_pre_commit_hooks-0.9.18}/pre_commit_hooks/common.py +0 -0
- {dycw_pre_commit_hooks-0.9.17 → dycw_pre_commit_hooks-0.9.18}/pre_commit_hooks/py.typed +0 -0
- {dycw_pre_commit_hooks-0.9.17 → dycw_pre_commit_hooks-0.9.18}/pre_commit_hooks/run_bump2version/__init__.py +0 -0
- {dycw_pre_commit_hooks-0.9.17 → dycw_pre_commit_hooks-0.9.18}/pre_commit_hooks/run_bump2version/__main__.py +0 -0
- {dycw_pre_commit_hooks-0.9.17 → dycw_pre_commit_hooks-0.9.18}/pre_commit_hooks/run_dockfmt/__init__.py +0 -0
- {dycw_pre_commit_hooks-0.9.17 → dycw_pre_commit_hooks-0.9.18}/pre_commit_hooks/run_dockfmt/__main__.py +0 -0
- {dycw_pre_commit_hooks-0.9.17 → dycw_pre_commit_hooks-0.9.18}/pre_commit_hooks/run_hatch_version/__init__.py +0 -0
- {dycw_pre_commit_hooks-0.9.17 → dycw_pre_commit_hooks-0.9.18}/pre_commit_hooks/run_hatch_version/__main__.py +0 -0
- {dycw_pre_commit_hooks-0.9.17 → dycw_pre_commit_hooks-0.9.18}/pre_commit_hooks/run_ruff_format/__init__.py +0 -0
- {dycw_pre_commit_hooks-0.9.17 → dycw_pre_commit_hooks-0.9.18}/pre_commit_hooks/run_ruff_format/__main__.py +0 -0
- {dycw_pre_commit_hooks-0.9.17 → dycw_pre_commit_hooks-0.9.18}/pre_commit_hooks/run_uv_pip_compile/__init__.py +0 -0
- {dycw_pre_commit_hooks-0.9.17 → dycw_pre_commit_hooks-0.9.18}/pre_commit_hooks/run_uv_pip_compile/__main__.py +0 -0
- {dycw_pre_commit_hooks-0.9.17 → dycw_pre_commit_hooks-0.9.18}/tests/__init__.py +0 -0
- {dycw_pre_commit_hooks-0.9.17 → dycw_pre_commit_hooks-0.9.18}/tests/test_main.py +0 -0
- {dycw_pre_commit_hooks-0.9.17 → dycw_pre_commit_hooks-0.9.18}/try-repo/run-bump2version.sh +0 -0
- {dycw_pre_commit_hooks-0.9.17 → dycw_pre_commit_hooks-0.9.18}/try-repo/run-dockfmt.sh +0 -0
- {dycw_pre_commit_hooks-0.9.17 → dycw_pre_commit_hooks-0.9.18}/try-repo/run-hatch-version.sh +0 -0
- {dycw_pre_commit_hooks-0.9.17 → dycw_pre_commit_hooks-0.9.18}/try-repo/run-ruff-format.sh +0 -0
- {dycw_pre_commit_hooks-0.9.17 → dycw_pre_commit_hooks-0.9.18}/try-repo/run-uv-pip-compile.sh +0 -0
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: dycw-pre-commit-hooks
|
|
3
|
-
Version: 0.9.
|
|
3
|
+
Version: 0.9.18
|
|
4
4
|
Author-email: Derek Wan <d.wan@icloud.com>
|
|
5
5
|
Requires-Python: >=3.11
|
|
6
6
|
Requires-Dist: click<8.2,>=8.1.7
|
|
7
|
-
Requires-Dist: dycw-utilities<0.41,>=0.40.
|
|
7
|
+
Requires-Dist: dycw-utilities<0.41,>=0.40.19
|
|
8
8
|
Requires-Dist: loguru<0.8,>=0.7.2
|
|
9
9
|
Requires-Dist: semver<3.1,>=3.0.2
|
|
10
10
|
Requires-Dist: tomlkit<0.14,>=0.13.2
|
|
@@ -9,7 +9,7 @@ requires = ["hatchling"]
|
|
|
9
9
|
authors = [{name = "Derek Wan", email = "d.wan@icloud.com"}]
|
|
10
10
|
dependencies = [
|
|
11
11
|
"click >= 8.1.7, < 8.2",
|
|
12
|
-
"dycw-utilities >= 0.40.
|
|
12
|
+
"dycw-utilities >= 0.40.19, < 0.41",
|
|
13
13
|
"loguru >= 0.7.2, < 0.8",
|
|
14
14
|
"semver >= 3.0.2, < 3.1",
|
|
15
15
|
"tomlkit >= 0.13.2, < 0.14",
|
|
@@ -122,7 +122,7 @@ ignore = [
|
|
|
122
122
|
"D203", # one-blank-line-before-class
|
|
123
123
|
"D213", # multi-line-summary-second-line
|
|
124
124
|
"E501", # line-too-long
|
|
125
|
-
"
|
|
125
|
+
"PD", # pandas-vet
|
|
126
126
|
"PERF203", # try-except-in-loop
|
|
127
127
|
"PLR0911", # too-many-return-statements
|
|
128
128
|
"PLR0912", # too-many-branches
|
|
@@ -19,7 +19,7 @@ click==8.1.7
|
|
|
19
19
|
# userpath
|
|
20
20
|
distlib==0.3.8
|
|
21
21
|
# via virtualenv
|
|
22
|
-
dycw-utilities==0.40.
|
|
22
|
+
dycw-utilities==0.40.19
|
|
23
23
|
# via dycw-pre-commit-hooks (pyproject.toml)
|
|
24
24
|
execnet==2.1.1
|
|
25
25
|
# via pytest-xdist
|
|
@@ -37,7 +37,7 @@ httpx==0.27.0
|
|
|
37
37
|
# via hatch
|
|
38
38
|
hyperlink==21.0.0
|
|
39
39
|
# via hatch
|
|
40
|
-
hypothesis==6.111.
|
|
40
|
+
hypothesis==6.111.1
|
|
41
41
|
# via dycw-utilities
|
|
42
42
|
idna==3.7
|
|
43
43
|
# via
|
|
@@ -126,7 +126,7 @@ typing-extensions==4.12.2
|
|
|
126
126
|
# via dycw-utilities
|
|
127
127
|
userpath==1.9.2
|
|
128
128
|
# via hatch
|
|
129
|
-
uv==0.2.
|
|
129
|
+
uv==0.2.37
|
|
130
130
|
# via hatch
|
|
131
131
|
virtualenv==20.26.3
|
|
132
132
|
# via hatch
|
|
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
|
{dycw_pre_commit_hooks-0.9.17 → dycw_pre_commit_hooks-0.9.18}/try-repo/run-uv-pip-compile.sh
RENAMED
|
File without changes
|