dycw-pre-commit-hooks 0.9.12__py3-none-any.whl → 0.9.14__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 dycw-pre-commit-hooks might be problematic. Click here for more details.

@@ -1,8 +1,8 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: dycw-pre-commit-hooks
3
- Version: 0.9.12
3
+ Version: 0.9.14
4
4
  Author-email: Derek Wan <d.wan@icloud.com>
5
- Requires-Python: >=3.12
5
+ Requires-Python: >=3.10
6
6
  Requires-Dist: click<8.2,>=8.1.7
7
7
  Requires-Dist: dycw-utilities<0.26,>=0.25.1
8
8
  Requires-Dist: loguru<0.8,>=0.7.2
@@ -1,4 +1,4 @@
1
- pre_commit_hooks/__init__.py,sha256=KxmfvwXr3mf0k3GRT2o_m-MSawYSDxpMgQAZaOykF_8,59
1
+ pre_commit_hooks/__init__.py,sha256=yftzA03Q9wE_I5_e2JF45rmyD7ViurTGTnK3aBqnDcA,59
2
2
  pre_commit_hooks/common.py,sha256=bgZXq2Mo23RgZdrR4meJRNz0c9eh7AB2VUN8sE8l_gY,2610
3
3
  pre_commit_hooks/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
4
  pre_commit_hooks/run_bump2version/__init__.py,sha256=IN7eDW_w8uW7KHWZEEi1CiWXoKYeMKEM1AfXOLZ2BoY,1595
@@ -11,7 +11,7 @@ pre_commit_hooks/run_ruff_format/__init__.py,sha256=J8Eil9zhahRB9GUG8SWdIEM0eIvU
11
11
  pre_commit_hooks/run_ruff_format/__main__.py,sha256=faesqqpMaesg5r-LvkkQt1W9kahvNr-60K3SMYv1NgY,152
12
12
  pre_commit_hooks/run_uv_pip_compile/__init__.py,sha256=FsDDXQZEZF134Bnm7nHjFE2O-fEhkWxk5iFccOQ3cSw,2396
13
13
  pre_commit_hooks/run_uv_pip_compile/__main__.py,sha256=LLlM3xVN7l5cxZ0yD_8He8n_GEmQqn_d-2wl6BQtqoA,155
14
- dycw_pre_commit_hooks-0.9.12.dist-info/METADATA,sha256=BypqE35yVMR3Oez7IzjG0Vp2IH7S_jBaqpuK2YEpHFE,1120
15
- dycw_pre_commit_hooks-0.9.12.dist-info/WHEEL,sha256=bq9SyP5NxIRA9EpQgMCd-9RmPHWvbH-4lTDGwxgIR64,87
16
- dycw_pre_commit_hooks-0.9.12.dist-info/entry_points.txt,sha256=E5ZGYo3x6IF71IHDEhXJYfTHRRIrjzzuxsiYgVkCDQE,302
17
- dycw_pre_commit_hooks-0.9.12.dist-info/RECORD,,
14
+ dycw_pre_commit_hooks-0.9.14.dist-info/METADATA,sha256=37Z_nI0CMsdM5AmkvJ7Hsd5XuLHWiWYlGK2Rf3dAT5M,1120
15
+ dycw_pre_commit_hooks-0.9.14.dist-info/WHEEL,sha256=K0BPUNF1N3kQ9olb8aVEtkObePEjdr2JOLT1N83EVws,87
16
+ dycw_pre_commit_hooks-0.9.14.dist-info/entry_points.txt,sha256=E5ZGYo3x6IF71IHDEhXJYfTHRRIrjzzuxsiYgVkCDQE,302
17
+ dycw_pre_commit_hooks-0.9.14.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: hatchling 1.22.3
2
+ Generator: hatchling 1.24.0
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
@@ -1,3 +1,3 @@
1
1
  from __future__ import annotations
2
2
 
3
- __version__ = "0.9.12"
3
+ __version__ = "0.9.14"