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.
@@ -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 "type: ignore" in comment_part or "noqa" in comment_part:
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:
@@ -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.4"
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,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: crackerjack
3
- Version: 0.14.5
3
+ Version: 0.14.6
4
4
  Summary: Default template for PDM package
5
5
  Keywords: black,ruff,mypy,creosote,refurb
6
6
  Author-Email: lesleslie <les@wedgwoodwebworks.com>
@@ -1,7 +1,7 @@
1
- crackerjack-0.14.5.dist-info/METADATA,sha256=kft0v_xwfOXdAYFhGrtaflsYXvnq5UfGLWJ2oZ7G6Js,11033
2
- crackerjack-0.14.5.dist-info/WHEEL,sha256=thaaA2w1JzcGC48WYufAs8nrYZjJm8LqNfnXFOFyCC4,90
3
- crackerjack-0.14.5.dist-info/entry_points.txt,sha256=6OYgBcLyFCUgeqLgnvMyOJxPCWzgy7se4rLPKtNonMs,34
4
- crackerjack-0.14.5.dist-info/licenses/LICENSE,sha256=fDt371P6_6sCu7RyqiZH_AhT1LdN3sN1zjBtqEhDYCk,1531
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=5oEl9zpN_cL4MPdtF1_mLFYyeFT5Wp6UI4h5twWAZ04,224
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=u3ulfgYbnuPGT7shM_upeJUWO_bB4ReC693bKncvkWg,21247
53
- crackerjack/pyproject.toml,sha256=Br1rZoz0srCo047TjrHgpuyUhcTw2AwbXCB61NEdmDI,3981
54
- crackerjack-0.14.5.dist-info/RECORD,,
52
+ crackerjack/crackerjack.py,sha256=TupEH0hqRaB5hp4ZBMyGzdw4UjF_KT00wYhyo4o0khU,21338
53
+ crackerjack/pyproject.toml,sha256=0YJzFZP2CxyWMc4d4eF85zD8Y2N5hmb04xf9p0VFATY,4088
54
+ crackerjack-0.14.6.dist-info/RECORD,,