crackerjack 0.14.5__py3-none-any.whl → 0.14.6__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/.ruff_cache/0.11.2/4070660268492669020 +0 -0
- crackerjack/crackerjack.py +5 -1
- crackerjack/pyproject.toml +5 -3
- {crackerjack-0.14.5.dist-info → crackerjack-0.14.6.dist-info}/METADATA +1 -1
- {crackerjack-0.14.5.dist-info → crackerjack-0.14.6.dist-info}/RECORD +8 -8
- {crackerjack-0.14.5.dist-info → crackerjack-0.14.6.dist-info}/WHEEL +0 -0
- {crackerjack-0.14.5.dist-info → crackerjack-0.14.6.dist-info}/entry_points.txt +0 -0
- {crackerjack-0.14.5.dist-info → crackerjack-0.14.6.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.5"
|
151
153
|
description = "Default template for PDM package"
|
152
154
|
requires-python = ">=3.13"
|
153
155
|
readme = "README.md"
|
@@ -1,7 +1,7 @@
|
|
1
|
-
crackerjack-0.14.
|
2
|
-
crackerjack-0.14.
|
3
|
-
crackerjack-0.14.
|
4
|
-
crackerjack-0.14.
|
1
|
+
crackerjack-0.14.6.dist-info/METADATA,sha256=bij1KNnKB8-YQUvZKjue_kQvCQdbW9-oCu_o7h03PlI,11033
|
2
|
+
crackerjack-0.14.6.dist-info/WHEEL,sha256=thaaA2w1JzcGC48WYufAs8nrYZjJm8LqNfnXFOFyCC4,90
|
3
|
+
crackerjack-0.14.6.dist-info/entry_points.txt,sha256=6OYgBcLyFCUgeqLgnvMyOJxPCWzgy7se4rLPKtNonMs,34
|
4
|
+
crackerjack-0.14.6.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
|
@@ -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=kE8I-PoRXnXRfzmPQW3GO_fgkN4H43CtWvW_L0PLQHc,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=0YJzFZP2CxyWMc4d4eF85zD8Y2N5hmb04xf9p0VFATY,4088
|
54
|
+
crackerjack-0.14.6.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|