crackerjack 0.39.3__py3-none-any.whl → 0.39.5__py3-none-any.whl
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 crackerjack might be problematic. Click here for more details.
- crackerjack/dynamic_config.py +4 -4
- {crackerjack-0.39.3.dist-info → crackerjack-0.39.5.dist-info}/METADATA +1 -1
- {crackerjack-0.39.3.dist-info → crackerjack-0.39.5.dist-info}/RECORD +6 -6
- {crackerjack-0.39.3.dist-info → crackerjack-0.39.5.dist-info}/WHEEL +0 -0
- {crackerjack-0.39.3.dist-info → crackerjack-0.39.5.dist-info}/entry_points.txt +0 -0
- {crackerjack-0.39.3.dist-info → crackerjack-0.39.5.dist-info}/licenses/LICENSE +0 -0
crackerjack/dynamic_config.py
CHANGED
|
@@ -148,7 +148,7 @@ HOOKS_REGISTRY: dict[str, list[HookMetadata]] = {
|
|
|
148
148
|
"id": "uv-lock",
|
|
149
149
|
"name": None,
|
|
150
150
|
"repo": "https://github.com/astral-sh/uv-pre-commit",
|
|
151
|
-
"rev": "0.8.
|
|
151
|
+
"rev": "0.8.22",
|
|
152
152
|
"tier": 1,
|
|
153
153
|
"time_estimate": 0.5,
|
|
154
154
|
"stages": None,
|
|
@@ -224,7 +224,7 @@ HOOKS_REGISTRY: dict[str, list[HookMetadata]] = {
|
|
|
224
224
|
"id": "ruff-check",
|
|
225
225
|
"name": None,
|
|
226
226
|
"repo": "https://github.com/astral-sh/ruff-pre-commit",
|
|
227
|
-
"rev": "v0.
|
|
227
|
+
"rev": "v0.13.2",
|
|
228
228
|
"tier": 2,
|
|
229
229
|
"time_estimate": 1.5,
|
|
230
230
|
"stages": None,
|
|
@@ -242,7 +242,7 @@ HOOKS_REGISTRY: dict[str, list[HookMetadata]] = {
|
|
|
242
242
|
"id": "ruff-format",
|
|
243
243
|
"name": None,
|
|
244
244
|
"repo": "https://github.com/astral-sh/ruff-pre-commit",
|
|
245
|
-
"rev": "v0.
|
|
245
|
+
"rev": "v0.13.2",
|
|
246
246
|
"tier": 2,
|
|
247
247
|
"time_estimate": 1.0,
|
|
248
248
|
"stages": None,
|
|
@@ -334,7 +334,7 @@ HOOKS_REGISTRY: dict[str, list[HookMetadata]] = {
|
|
|
334
334
|
"id": "refurb",
|
|
335
335
|
"name": None,
|
|
336
336
|
"repo": "https://github.com/dosisod/refurb",
|
|
337
|
-
"rev": "v2.
|
|
337
|
+
"rev": "v2.2.0",
|
|
338
338
|
"tier": 3,
|
|
339
339
|
"time_estimate": 3.0,
|
|
340
340
|
"stages": ["pre-push", "manual"],
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: crackerjack
|
|
3
|
-
Version: 0.39.
|
|
3
|
+
Version: 0.39.5
|
|
4
4
|
Summary: Crackerjack Python project management tool
|
|
5
5
|
Project-URL: documentation, https://github.com/lesleslie/crackerjack
|
|
6
6
|
Project-URL: homepage, https://github.com/lesleslie/crackerjack
|
|
@@ -2,7 +2,7 @@ crackerjack/__init__.py,sha256=DajG9zHB8qBdgdiKMumrrssUbKeMXmtIQ3oOaSTb46Y,1426
|
|
|
2
2
|
crackerjack/__main__.py,sha256=gS8PIp-98GUlZodL8vgOQNKUIo9qL-TY2FWQ2WXpqSk,58923
|
|
3
3
|
crackerjack/api.py,sha256=PyCRaZHvKWdu62_2O4t_HcEfKNBdqyrfPdonS_PNn4c,21495
|
|
4
4
|
crackerjack/code_cleaner.py,sha256=M1zVaq31uW0nOkPneKR8kfR3892gyyVx0VhFgRaxsj4,44338
|
|
5
|
-
crackerjack/dynamic_config.py,sha256=
|
|
5
|
+
crackerjack/dynamic_config.py,sha256=MQpZpTcGeWruPb98XMJrsQWinSgVnZlAh1vPGwcETh8,21757
|
|
6
6
|
crackerjack/errors.py,sha256=yYbZ92kn_y6acEWgQvEPvozAYs2HT65uLwAXrtXxGsE,10049
|
|
7
7
|
crackerjack/interactive.py,sha256=7hSyCfUxuzyvVUdkO1XsOfeQ5vAlTjIH_TB8o3af-9g,21990
|
|
8
8
|
crackerjack/py313.py,sha256=TbzL6vJ8kf5GbuAFVjZ6wgfXnhcoLlzwATaFhV8HEVo,6256
|
|
@@ -235,8 +235,8 @@ crackerjack/tools/validate_input_validator_patterns.py,sha256=NN7smYlXWrHLQXTb-8
|
|
|
235
235
|
crackerjack/tools/validate_regex_patterns.py,sha256=J7GG9EP1fASpRIsG8qRPeiCSkdCwmk0sdo29GgoJ6w8,5863
|
|
236
236
|
crackerjack/ui/__init__.py,sha256=eMb1OeTU-dSLICAACn0YdYB4Amdr8wHckjKfn0wOIZE,37
|
|
237
237
|
crackerjack/ui/server_panels.py,sha256=F5IH6SNN06BaZQMsFx_D-OA286aojmaFPJ5kvvSRv_c,4232
|
|
238
|
-
crackerjack-0.39.
|
|
239
|
-
crackerjack-0.39.
|
|
240
|
-
crackerjack-0.39.
|
|
241
|
-
crackerjack-0.39.
|
|
242
|
-
crackerjack-0.39.
|
|
238
|
+
crackerjack-0.39.5.dist-info/METADATA,sha256=-MHXYDHG3BYxrEqgCxIOAbvrVuDE09zfW4j24UNrB44,38239
|
|
239
|
+
crackerjack-0.39.5.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
240
|
+
crackerjack-0.39.5.dist-info/entry_points.txt,sha256=AJKNft0WXm9xoGUJ3Trl-iXHOWxRAYbagQiza3AILr4,57
|
|
241
|
+
crackerjack-0.39.5.dist-info/licenses/LICENSE,sha256=fDt371P6_6sCu7RyqiZH_AhT1LdN3sN1zjBtqEhDYCk,1531
|
|
242
|
+
crackerjack-0.39.5.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|