crackerjack 0.14.5__py3-none-any.whl → 0.14.7__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.
- crackerjack/.pre-commit-config.yaml +1 -1
- crackerjack/.ruff_cache/0.11.2/4070660268492669020 +0 -0
- crackerjack/crackerjack.py +5 -1
- crackerjack/pyproject.toml +7 -5
- {crackerjack-0.14.5.dist-info → crackerjack-0.14.7.dist-info}/METADATA +3 -3
- {crackerjack-0.14.5.dist-info → crackerjack-0.14.7.dist-info}/RECORD +9 -9
- {crackerjack-0.14.5.dist-info → crackerjack-0.14.7.dist-info}/WHEEL +0 -0
- {crackerjack-0.14.5.dist-info → crackerjack-0.14.7.dist-info}/entry_points.txt +0 -0
- {crackerjack-0.14.5.dist-info → crackerjack-0.14.7.dist-info}/licenses/LICENSE +0 -0
Binary file
|
crackerjack/crackerjack.py
CHANGED
@@ -60,7 +60,11 @@ class CodeCleaner:
|
|
60
60
|
idx = line.find("#")
|
61
61
|
code_part = line[:idx].rstrip()
|
62
62
|
comment_part = line[idx:]
|
63
|
-
if
|
63
|
+
if (
|
64
|
+
"type: ignore" in comment_part
|
65
|
+
or "noqa" in comment_part
|
66
|
+
or "nosec" in comment_part
|
67
|
+
):
|
64
68
|
new_lines.append(line)
|
65
69
|
else:
|
66
70
|
if code_part:
|
crackerjack/pyproject.toml
CHANGED
@@ -2,9 +2,10 @@
|
|
2
2
|
addopts = "--cov=crackerjack"
|
3
3
|
asyncio_default_fixture_loop_scope = "function"
|
4
4
|
python_files = ["test_*.py", "*_test.py"]
|
5
|
-
python_classes = "Test*"
|
6
|
-
python_functions = "test_*"
|
7
5
|
asyncio_mode = "auto"
|
6
|
+
testpaths = ["tests", "crackerjack"]
|
7
|
+
python_classes = ["Test*"]
|
8
|
+
python_functions = ["test_*"]
|
8
9
|
|
9
10
|
[tool.coverage.run]
|
10
11
|
branch = true
|
@@ -14,6 +15,7 @@ omit = [
|
|
14
15
|
"*/site-packages/*",
|
15
16
|
"*/__pycache__/*",
|
16
17
|
"*/__init__.py",
|
18
|
+
"*/_version.py", "*/conftest.py", "*/test_*.py", "*/_test.py"
|
17
19
|
]
|
18
20
|
|
19
21
|
[tool.coverage.report]
|
@@ -147,7 +149,7 @@ pythonPlatform = "Darwin"
|
|
147
149
|
|
148
150
|
[project]
|
149
151
|
name = "crackerjack"
|
150
|
-
version = "0.14.
|
152
|
+
version = "0.14.6"
|
151
153
|
description = "Default template for PDM package"
|
152
154
|
requires-python = ">=3.13"
|
153
155
|
readme = "README.md"
|
@@ -179,11 +181,11 @@ dependencies = [
|
|
179
181
|
"pydantic>=2.10.6",
|
180
182
|
"pdm-bump>=0.9.10",
|
181
183
|
"pdm>=2.22.4",
|
182
|
-
"uv>=0.6.
|
184
|
+
"uv>=0.6.10",
|
183
185
|
"pytest-cov>=6.0.0",
|
184
186
|
"pytest-mock>=3.14.0",
|
185
187
|
"tomli-w>=1.2.0",
|
186
|
-
"pytest-asyncio>=0.
|
188
|
+
"pytest-asyncio>=0.26.0",
|
187
189
|
"rich>=13.9.4",
|
188
190
|
"typer>=0.15.2",
|
189
191
|
]
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: crackerjack
|
3
|
-
Version: 0.14.
|
3
|
+
Version: 0.14.7
|
4
4
|
Summary: Default template for PDM package
|
5
5
|
Keywords: black,ruff,mypy,creosote,refurb
|
6
6
|
Author-Email: lesleslie <les@wedgwoodwebworks.com>
|
@@ -28,11 +28,11 @@ Requires-Dist: pytest>=8.3.5
|
|
28
28
|
Requires-Dist: pydantic>=2.10.6
|
29
29
|
Requires-Dist: pdm-bump>=0.9.10
|
30
30
|
Requires-Dist: pdm>=2.22.4
|
31
|
-
Requires-Dist: uv>=0.6.
|
31
|
+
Requires-Dist: uv>=0.6.10
|
32
32
|
Requires-Dist: pytest-cov>=6.0.0
|
33
33
|
Requires-Dist: pytest-mock>=3.14.0
|
34
34
|
Requires-Dist: tomli-w>=1.2.0
|
35
|
-
Requires-Dist: pytest-asyncio>=0.
|
35
|
+
Requires-Dist: pytest-asyncio>=0.26.0
|
36
36
|
Requires-Dist: rich>=13.9.4
|
37
37
|
Requires-Dist: typer>=0.15.2
|
38
38
|
Description-Content-Type: text/markdown
|
@@ -1,12 +1,12 @@
|
|
1
|
-
crackerjack-0.14.
|
2
|
-
crackerjack-0.14.
|
3
|
-
crackerjack-0.14.
|
4
|
-
crackerjack-0.14.
|
1
|
+
crackerjack-0.14.7.dist-info/METADATA,sha256=n-icFCC7XtDB189GdctliGd743e0Z_9_Ixgf11t_MdY,11034
|
2
|
+
crackerjack-0.14.7.dist-info/WHEEL,sha256=thaaA2w1JzcGC48WYufAs8nrYZjJm8LqNfnXFOFyCC4,90
|
3
|
+
crackerjack-0.14.7.dist-info/entry_points.txt,sha256=6OYgBcLyFCUgeqLgnvMyOJxPCWzgy7se4rLPKtNonMs,34
|
4
|
+
crackerjack-0.14.7.dist-info/licenses/LICENSE,sha256=fDt371P6_6sCu7RyqiZH_AhT1LdN3sN1zjBtqEhDYCk,1531
|
5
5
|
crackerjack/.coverage,sha256=dLzPzp72qZEXohNfxnOAlRwvM9dqF06-HoFqfvXZd1U,53248
|
6
6
|
crackerjack/.gitignore,sha256=l8ErBAypC3rI6N9lhc7ZMdOw87t0Tz69ZW5C6uj15Wg,214
|
7
7
|
crackerjack/.libcst.codemod.yaml,sha256=a8DlErRAIPV1nE6QlyXPAzTOgkB24_spl2E9hphuf5s,772
|
8
8
|
crackerjack/.pdm.toml,sha256=dZe44HRcuxxCFESGG8SZIjmc-cGzSoyK3Hs6t4NYA8w,23
|
9
|
-
crackerjack/.pre-commit-config.yaml,sha256=
|
9
|
+
crackerjack/.pre-commit-config.yaml,sha256=EV0rFTyN2znrzS6dc-QUg1uHKMrV98z2tMjRUpyV_P0,2267
|
10
10
|
crackerjack/.pytest_cache/.gitignore,sha256=Ptcxtl0GFQwTji2tsL4Gl1UIiKa0frjEXsya26i46b0,37
|
11
11
|
crackerjack/.pytest_cache/CACHEDIR.TAG,sha256=N9yI75oKvt2-gQU6bdj9-xOvthMEXqHrSlyBWnSjveQ,191
|
12
12
|
crackerjack/.pytest_cache/README.md,sha256=c_1vzN2ALEGaay2YPWwxc7fal1WKxLWJ7ewt_kQ9ua0,302
|
@@ -19,7 +19,7 @@ crackerjack/.ruff_cache/0.1.4/10355199064880463147,sha256=kmqNg5WySQYPeAqa5elfaV
|
|
19
19
|
crackerjack/.ruff_cache/0.1.6/15140459877605758699,sha256=oQy5boAXeskdm5M0Abh_nyBtitWj5N5wtx_4gsDgu7c,248
|
20
20
|
crackerjack/.ruff_cache/0.1.7/1790508110482614856,sha256=De7Puq32XF0925xrGehWSKX6cw5Wi2bpt1cnqh__f54,248
|
21
21
|
crackerjack/.ruff_cache/0.1.9/17041001205004563469,sha256=tKP_k8HaHhQJyrHbDfJ93kM7vahjrU8cKQ1f_-OUzZY,248
|
22
|
-
crackerjack/.ruff_cache/0.11.2/4070660268492669020,sha256=
|
22
|
+
crackerjack/.ruff_cache/0.11.2/4070660268492669020,sha256=MCMJPHAg0JD9azDYYLGhODIr8XzBHhuCyJ3Lw_AfgGc,224
|
23
23
|
crackerjack/.ruff_cache/0.2.0/10047773857155985907,sha256=j9LNa_RQ4Plor7go1uTYgz17cEENKvZQ-dP6b9MX0ik,248
|
24
24
|
crackerjack/.ruff_cache/0.2.1/8522267973936635051,sha256=u_aPBMibtAp_iYvLwR88GMAECMcIgHezxMyuapmU2P4,248
|
25
25
|
crackerjack/.ruff_cache/0.2.2/18053836298936336950,sha256=Xb_ebP0pVuUfSqPEZKlhQ70so_vqkEfMYpuHQ06iR5U,248
|
@@ -49,6 +49,6 @@ crackerjack/.ruff_cache/0.9.9/8843823720003377982,sha256=e4ymkXfQsUg5e_mtO34xTsa
|
|
49
49
|
crackerjack/.ruff_cache/CACHEDIR.TAG,sha256=WVMVbX4MVkpCclExbq8m-IcOZIOuIZf5FrYw5Pk-Ma4,43
|
50
50
|
crackerjack/__init__.py,sha256=XTWW_XQkWR6dSydFSLg-T--eY3TPKUp4jUwZP11kgwY,142
|
51
51
|
crackerjack/__main__.py,sha256=7SHrcRFYhMaSV0S-EG8q2w8udURwdvIsS7vi9AW4naU,3784
|
52
|
-
crackerjack/crackerjack.py,sha256=
|
53
|
-
crackerjack/pyproject.toml,sha256=
|
54
|
-
crackerjack-0.14.
|
52
|
+
crackerjack/crackerjack.py,sha256=TupEH0hqRaB5hp4ZBMyGzdw4UjF_KT00wYhyo4o0khU,21338
|
53
|
+
crackerjack/pyproject.toml,sha256=0Z9EGaAZPjqCt5YiodAGP-IkMwbYm1N7b7ZgVlk9a-k,4089
|
54
|
+
crackerjack-0.14.7.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|