crackerjack 0.38.14__py3-none-any.whl → 0.38.15__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.

@@ -116,8 +116,8 @@ class InitializationService:
116
116
  }
117
117
 
118
118
  def _get_config_files(self) -> dict[str, str]:
119
+ # Skip pre-commit configuration to prevent hook installation
119
120
  return {
120
- ".pre-commit-config.yaml": "smart_merge",
121
121
  "pyproject.toml": "smart_merge",
122
122
  ".gitignore": "smart_merge_gitignore",
123
123
  "CLAUDE.md": "smart_append",
@@ -18,9 +18,9 @@ class AccessLevel(str, Enum):
18
18
 
19
19
 
20
20
  class AuthenticationMethod(str, Enum):
21
- API_KEY = "api_key"
22
- JWT_TOKEN = "jwt_token"
23
- HMAC_SIGNATURE = "hmac_signature"
21
+ API_KEY = "api_key" # nosec B105
22
+ JWT_TOKEN = "jwt_token" # nosec B105
23
+ HMAC_SIGNATURE = "hmac_signature" # nosec B105
24
24
  LOCAL_ONLY = "local_only"
25
25
 
26
26
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: crackerjack
3
- Version: 0.38.14
3
+ Version: 0.38.15
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
@@ -74,7 +74,7 @@ Description-Content-Type: text/markdown
74
74
  [![uv](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/uv/main/assets/badge/v0.json)](https://github.com/astral-sh/uv)
75
75
  [![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit)](https://github.com/pre-commit/pre-commit)
76
76
  [![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause)
77
- ![Coverage](https://img.shields.io/badge/coverage-18.1%25-red)
77
+ ![Coverage](https://img.shields.io/badge/coverage-18.2%25-red)
78
78
 
79
79
  ## 🎯 Purpose
80
80
 
@@ -179,7 +179,7 @@ crackerjack/services/filesystem.py,sha256=nmL3mYqylS_BSQpwFbC7EMHoA44K5qUxa9CPg1
179
179
  crackerjack/services/git.py,sha256=E4z-hdA0UR-y5FY2A8d3fugt5Q41lonLAIt_op2Zde0,12727
180
180
  crackerjack/services/health_metrics.py,sha256=nDuKEC2a5csOhMpy6zXJkls1Y4Vfrr62-4cFcWCr8ow,21536
181
181
  crackerjack/services/heatmap_generator.py,sha256=zz5V-zXPfoCGNXoj7iuyOeFuDRRUhFpxuENUnd0X75g,26200
182
- crackerjack/services/initialization.py,sha256=_ZjGpIG5eGHzrVXCxlhlouhY-E-4OITEln1GDTswZ6s,26049
182
+ crackerjack/services/initialization.py,sha256=SxgEU3iFMU62hB6mHyfug0RUytJrfgYQkuh2aUi1v1o,26064
183
183
  crackerjack/services/input_validator.py,sha256=Botr3ottp9InSw163QaFrNfy0kM_STsJdWBbjsCX96M,22262
184
184
  crackerjack/services/intelligent_commit.py,sha256=HfryPb8ieDPcirPQm1ZYGihZMhAx-n3qv88UAaeFUuE,11307
185
185
  crackerjack/services/log_manager.py,sha256=GzZJ_lwbvuj8JscnvqR2TsQ1XHrX6PturqZ6wJCkFLo,8578
@@ -206,7 +206,7 @@ crackerjack/services/security.py,sha256=plgIz-B8oYN_mpF4NYrqHnT7TRcsp4jr0-YlV9Wg
206
206
  crackerjack/services/security_logger.py,sha256=AAjd9VKVmCo158UifyEKd79VgtWKeuaIVyXYL8qvqT8,17001
207
207
  crackerjack/services/server_manager.py,sha256=MwvMMxhaCiZD4pcKM2ODXB-gu2s22n_v_uIqrwoJsHs,11934
208
208
  crackerjack/services/smart_scheduling.py,sha256=VSaL7DpKR6aa0sC_TUrYP9ZgC9CB7tE3TTNzEqB-GpE,4352
209
- crackerjack/services/status_authentication.py,sha256=2OJ1MoWlBuvUUXOX02N_zdWKzQfXz4jhEZpsmIJfQ00,16453
209
+ crackerjack/services/status_authentication.py,sha256=jzZ1p5Trl39X8uXeyYO39te78dz3zsdDmSVSjEW58eA,16495
210
210
  crackerjack/services/status_security_manager.py,sha256=et0h6w7Wt1cPFjzg7frsykAQ-IMfiAXr44WU9Fs6-1U,10967
211
211
  crackerjack/services/terminal_utils.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
212
212
  crackerjack/services/thread_safe_status_collector.py,sha256=DXtuaj1gT4KwPZ33LHE-_-AewSVa8I0whnFseEOW3IA,16393
@@ -226,8 +226,8 @@ crackerjack/tools/validate_input_validator_patterns.py,sha256=NN7smYlXWrHLQXTb-8
226
226
  crackerjack/tools/validate_regex_patterns.py,sha256=J7GG9EP1fASpRIsG8qRPeiCSkdCwmk0sdo29GgoJ6w8,5863
227
227
  crackerjack/ui/__init__.py,sha256=eMb1OeTU-dSLICAACn0YdYB4Amdr8wHckjKfn0wOIZE,37
228
228
  crackerjack/ui/server_panels.py,sha256=F5IH6SNN06BaZQMsFx_D-OA286aojmaFPJ5kvvSRv_c,4232
229
- crackerjack-0.38.14.dist-info/METADATA,sha256=R-lmCXd1FqckgsLk87Y6jO72lfBMy5EsalN-hUjCsF4,38079
230
- crackerjack-0.38.14.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
231
- crackerjack-0.38.14.dist-info/entry_points.txt,sha256=AJKNft0WXm9xoGUJ3Trl-iXHOWxRAYbagQiza3AILr4,57
232
- crackerjack-0.38.14.dist-info/licenses/LICENSE,sha256=fDt371P6_6sCu7RyqiZH_AhT1LdN3sN1zjBtqEhDYCk,1531
233
- crackerjack-0.38.14.dist-info/RECORD,,
229
+ crackerjack-0.38.15.dist-info/METADATA,sha256=FvoSB8Brwvk48ul5z684mrW5AMQAWBZSbFoy3A88zjo,38079
230
+ crackerjack-0.38.15.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
231
+ crackerjack-0.38.15.dist-info/entry_points.txt,sha256=AJKNft0WXm9xoGUJ3Trl-iXHOWxRAYbagQiza3AILr4,57
232
+ crackerjack-0.38.15.dist-info/licenses/LICENSE,sha256=fDt371P6_6sCu7RyqiZH_AhT1LdN3sN1zjBtqEhDYCk,1531
233
+ crackerjack-0.38.15.dist-info/RECORD,,