crackerjack 0.24.2__py3-none-any.whl → 0.24.3__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/crackerjack.py +1 -1
- crackerjack/pyproject.toml +8 -2
- {crackerjack-0.24.2.dist-info → crackerjack-0.24.3.dist-info}/METADATA +1 -1
- {crackerjack-0.24.2.dist-info → crackerjack-0.24.3.dist-info}/RECORD +6 -6
- {crackerjack-0.24.2.dist-info → crackerjack-0.24.3.dist-info}/WHEEL +0 -0
- {crackerjack-0.24.2.dist-info → crackerjack-0.24.3.dist-info}/licenses/LICENSE +0 -0
crackerjack/crackerjack.py
CHANGED
|
@@ -1199,7 +1199,7 @@ class Crackerjack(BaseModel, arbitrary_types_allowed=True):
|
|
|
1199
1199
|
"[bold bright_red]❌ Build failed. Please fix errors.[/bold bright_red]"
|
|
1200
1200
|
)
|
|
1201
1201
|
raise SystemExit(1)
|
|
1202
|
-
self.execute_command(["uv", "publish"])
|
|
1202
|
+
self.execute_command(["uv", "publish", "--check-url"])
|
|
1203
1203
|
|
|
1204
1204
|
def _commit_and_push(self, options: OptionsProtocol) -> None:
|
|
1205
1205
|
if options.commit:
|
crackerjack/pyproject.toml
CHANGED
|
@@ -4,7 +4,7 @@ requires = [ "hatchling" ]
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "crackerjack"
|
|
7
|
-
version = "0.24.
|
|
7
|
+
version = "0.24.2"
|
|
8
8
|
description = "Crackerjack: code quality toolkit"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
keywords = [
|
|
@@ -63,6 +63,11 @@ urls.documentation = "https://github.com/lesleslie/crackerjack"
|
|
|
63
63
|
urls.homepage = "https://github.com/lesleslie/crackerjack"
|
|
64
64
|
urls.repository = "https://github.com/lesleslie/crackerjack"
|
|
65
65
|
|
|
66
|
+
[dependency-groups]
|
|
67
|
+
dev = [
|
|
68
|
+
"pyyaml>=6.0.2",
|
|
69
|
+
]
|
|
70
|
+
|
|
66
71
|
[tool.ruff]
|
|
67
72
|
target-version = "py313"
|
|
68
73
|
line-length = 88
|
|
@@ -195,7 +200,8 @@ pythonVersion = "3.13"
|
|
|
195
200
|
|
|
196
201
|
[tool.uv]
|
|
197
202
|
keyring-provider = "subprocess"
|
|
198
|
-
|
|
203
|
+
publish-url = "https://upload.pypi.org/legacy/"
|
|
204
|
+
check-url = "https://pypi.org/simple/"
|
|
199
205
|
|
|
200
206
|
[tool.vulture]
|
|
201
207
|
min_confidence = 86
|
|
@@ -5,12 +5,12 @@ crackerjack/.pre-commit-config-ai.yaml,sha256=kPAU41yuX8XU00HDl6Y2mX-L3aLMYTNo8f
|
|
|
5
5
|
crackerjack/.pre-commit-config.yaml,sha256=KwzEBj84K5Vp09aYXlk2H7LFlMJl6jToOl8q4u3IxuU,2480
|
|
6
6
|
crackerjack/__init__.py,sha256=8tBSPAru_YDuPpjz05cL7pNbZjYFoRT_agGd_FWa3gY,839
|
|
7
7
|
crackerjack/__main__.py,sha256=-h6Au8CGHS9QdzzbDMGzKHAlNEx7cYmzCrV4g4vV19k,6407
|
|
8
|
-
crackerjack/crackerjack.py,sha256=
|
|
8
|
+
crackerjack/crackerjack.py,sha256=qdJro0x4PLNmCO4dONPKU-RYvngu1Pv8jQo0MYNSROQ,49413
|
|
9
9
|
crackerjack/errors.py,sha256=Wcv0rXfzV9pHOoXYrhQEjyJd4kUUBbdiY-5M9nI8pDw,4050
|
|
10
10
|
crackerjack/interactive.py,sha256=pFItgRUyjOakABLCRz6nIp6_Ycx2LBSeojpYNiTelv0,16126
|
|
11
11
|
crackerjack/py313.py,sha256=buYE7LO11Q64ffowEhTZRFQoAGj_8sg3DTlZuv8M9eo,5890
|
|
12
|
-
crackerjack/pyproject.toml,sha256=
|
|
13
|
-
crackerjack-0.24.
|
|
14
|
-
crackerjack-0.24.
|
|
15
|
-
crackerjack-0.24.
|
|
16
|
-
crackerjack-0.24.
|
|
12
|
+
crackerjack/pyproject.toml,sha256=ZnHzou9SwZ3Y9xrl1qINMPZ5psAc6HvQuN7Kp5_R6-A,5146
|
|
13
|
+
crackerjack-0.24.3.dist-info/METADATA,sha256=-2QqTmER2zYoz6N-xh_D8QLx_5k1pR6slwx8mhDGBbM,26137
|
|
14
|
+
crackerjack-0.24.3.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
15
|
+
crackerjack-0.24.3.dist-info/licenses/LICENSE,sha256=fDt371P6_6sCu7RyqiZH_AhT1LdN3sN1zjBtqEhDYCk,1531
|
|
16
|
+
crackerjack-0.24.3.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|