dycw-pre-commit-hooks 0.8.36__tar.gz → 0.8.37__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.8.36 → dycw_pre_commit_hooks-0.8.37}/.pre-commit-config.yaml +1 -1
- {dycw_pre_commit_hooks-0.8.36 → dycw_pre_commit_hooks-0.8.37}/PKG-INFO +1 -1
- {dycw_pre_commit_hooks-0.8.36 → dycw_pre_commit_hooks-0.8.37}/pre_commit_hooks/__init__.py +1 -1
- {dycw_pre_commit_hooks-0.8.36 → dycw_pre_commit_hooks-0.8.37}/requirements-dev.txt +20 -3
- {dycw_pre_commit_hooks-0.8.36 → dycw_pre_commit_hooks-0.8.37}/requirements.txt +3 -1
- {dycw_pre_commit_hooks-0.8.36 → dycw_pre_commit_hooks-0.8.37}/.envrc +0 -0
- {dycw_pre_commit_hooks-0.8.36 → dycw_pre_commit_hooks-0.8.37}/.github/workflows/push.yml +0 -0
- {dycw_pre_commit_hooks-0.8.36 → dycw_pre_commit_hooks-0.8.37}/.gitignore +0 -0
- {dycw_pre_commit_hooks-0.8.36 → dycw_pre_commit_hooks-0.8.37}/.pre-commit-hooks.yaml +0 -0
- {dycw_pre_commit_hooks-0.8.36 → dycw_pre_commit_hooks-0.8.37}/.rgignore +0 -0
- {dycw_pre_commit_hooks-0.8.36 → dycw_pre_commit_hooks-0.8.37}/README.md +0 -0
- {dycw_pre_commit_hooks-0.8.36 → dycw_pre_commit_hooks-0.8.37}/pre_commit_hooks/common.py +0 -0
- {dycw_pre_commit_hooks-0.8.36 → dycw_pre_commit_hooks-0.8.37}/pre_commit_hooks/py.typed +0 -0
- {dycw_pre_commit_hooks-0.8.36 → dycw_pre_commit_hooks-0.8.37}/pre_commit_hooks/run_bump2version/__init__.py +0 -0
- {dycw_pre_commit_hooks-0.8.36 → dycw_pre_commit_hooks-0.8.37}/pre_commit_hooks/run_bump2version/__main__.py +0 -0
- {dycw_pre_commit_hooks-0.8.36 → dycw_pre_commit_hooks-0.8.37}/pre_commit_hooks/run_dockfmt/__init__.py +0 -0
- {dycw_pre_commit_hooks-0.8.36 → dycw_pre_commit_hooks-0.8.37}/pre_commit_hooks/run_dockfmt/__main__.py +0 -0
- {dycw_pre_commit_hooks-0.8.36 → dycw_pre_commit_hooks-0.8.37}/pre_commit_hooks/run_hatch_version/__init__.py +0 -0
- {dycw_pre_commit_hooks-0.8.36 → dycw_pre_commit_hooks-0.8.37}/pre_commit_hooks/run_hatch_version/__main__.py +0 -0
- {dycw_pre_commit_hooks-0.8.36 → dycw_pre_commit_hooks-0.8.37}/pre_commit_hooks/run_pip_compile/__init__.py +0 -0
- {dycw_pre_commit_hooks-0.8.36 → dycw_pre_commit_hooks-0.8.37}/pre_commit_hooks/run_pip_compile/__main__.py +0 -0
- {dycw_pre_commit_hooks-0.8.36 → dycw_pre_commit_hooks-0.8.37}/pre_commit_hooks/run_ruff_format/__init__.py +0 -0
- {dycw_pre_commit_hooks-0.8.36 → dycw_pre_commit_hooks-0.8.37}/pre_commit_hooks/run_ruff_format/__main__.py +0 -0
- {dycw_pre_commit_hooks-0.8.36 → dycw_pre_commit_hooks-0.8.37}/pyproject.toml +0 -0
- {dycw_pre_commit_hooks-0.8.36 → dycw_pre_commit_hooks-0.8.37}/tests/__init__.py +0 -0
- {dycw_pre_commit_hooks-0.8.36 → dycw_pre_commit_hooks-0.8.37}/tests/test_main.py +0 -0
- {dycw_pre_commit_hooks-0.8.36 → dycw_pre_commit_hooks-0.8.37}/try-repo/run-bump2version.sh +0 -0
- {dycw_pre_commit_hooks-0.8.36 → dycw_pre_commit_hooks-0.8.37}/try-repo/run-dockfmt.sh +0 -0
- {dycw_pre_commit_hooks-0.8.36 → dycw_pre_commit_hooks-0.8.37}/try-repo/run-hatch-version.sh +0 -0
- {dycw_pre_commit_hooks-0.8.36 → dycw_pre_commit_hooks-0.8.37}/try-repo/run-pip-compile.sh +0 -0
- {dycw_pre_commit_hooks-0.8.36 → dycw_pre_commit_hooks-0.8.37}/try-repo/run-ruff-format.sh +0 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
#
|
|
2
|
-
# This file is autogenerated by pip-compile with Python 3.
|
|
2
|
+
# This file is autogenerated by pip-compile with Python 3.10
|
|
3
3
|
# by the following command:
|
|
4
4
|
#
|
|
5
5
|
# pip-compile --allow-unsafe --extra=dev --output-file=requirements-dev.txt pyproject.toml
|
|
@@ -37,7 +37,10 @@ dycw-utilities[click,hatch,loguru,semver,test]==0.23.9
|
|
|
37
37
|
editables==0.5
|
|
38
38
|
# via hatchling
|
|
39
39
|
exceptiongroup==1.2.0
|
|
40
|
-
# via
|
|
40
|
+
# via
|
|
41
|
+
# anyio
|
|
42
|
+
# dycw-utilities
|
|
43
|
+
# pytest
|
|
41
44
|
execnet==2.0.2
|
|
42
45
|
# via pytest-xdist
|
|
43
46
|
filelock==3.13.1
|
|
@@ -63,6 +66,8 @@ idna==3.6
|
|
|
63
66
|
# anyio
|
|
64
67
|
# httpx
|
|
65
68
|
# hyperlink
|
|
69
|
+
importlib-metadata==7.0.1
|
|
70
|
+
# via keyring
|
|
66
71
|
iniconfig==2.0.0
|
|
67
72
|
# via pytest
|
|
68
73
|
jaraco-classes==3.3.0
|
|
@@ -139,6 +144,14 @@ sniffio==1.3.0
|
|
|
139
144
|
# via
|
|
140
145
|
# anyio
|
|
141
146
|
# httpx
|
|
147
|
+
tomli==2.0.1
|
|
148
|
+
# via
|
|
149
|
+
# build
|
|
150
|
+
# hatchling
|
|
151
|
+
# pip-tools
|
|
152
|
+
# pyproject-hooks
|
|
153
|
+
# pytest
|
|
154
|
+
# typed-settings
|
|
142
155
|
tomli-w==1.0.0
|
|
143
156
|
# via hatch
|
|
144
157
|
tomlkit==0.12.3
|
|
@@ -152,7 +165,9 @@ trove-classifiers==2023.11.29
|
|
|
152
165
|
typed-settings==23.1.1
|
|
153
166
|
# via dycw-utilities
|
|
154
167
|
typing-extensions==4.9.0
|
|
155
|
-
# via
|
|
168
|
+
# via
|
|
169
|
+
# anyio
|
|
170
|
+
# dycw-utilities
|
|
156
171
|
userpath==1.9.1
|
|
157
172
|
# via hatch
|
|
158
173
|
virtualenv==20.25.0
|
|
@@ -163,6 +178,8 @@ wheel==0.42.0
|
|
|
163
178
|
# via pip-tools
|
|
164
179
|
xdg==6.0.0
|
|
165
180
|
# via dycw-pre-commit-hooks (pyproject.toml)
|
|
181
|
+
zipp==3.17.0
|
|
182
|
+
# via importlib-metadata
|
|
166
183
|
zstandard==0.22.0
|
|
167
184
|
# via hatch
|
|
168
185
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
#
|
|
2
|
-
# This file is autogenerated by pip-compile with Python 3.
|
|
2
|
+
# This file is autogenerated by pip-compile with Python 3.10
|
|
3
3
|
# by the following command:
|
|
4
4
|
#
|
|
5
5
|
# pip-compile --allow-unsafe pyproject.toml
|
|
@@ -32,6 +32,8 @@ semver==3.0.2
|
|
|
32
32
|
# via
|
|
33
33
|
# dycw-pre-commit-hooks (pyproject.toml)
|
|
34
34
|
# dycw-utilities
|
|
35
|
+
tomli==2.0.1
|
|
36
|
+
# via typed-settings
|
|
35
37
|
tomlkit==0.12.3
|
|
36
38
|
# via dycw-pre-commit-hooks (pyproject.toml)
|
|
37
39
|
tqdm==4.66.1
|
|
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
|
|
File without changes
|
|
File without changes
|