dycw-pre-commit-hooks 0.8.35__py3-none-any.whl → 0.8.37__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,9 +1,9 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: dycw-pre-commit-hooks
3
- Version: 0.8.35
3
+ Version: 0.8.37
4
4
  Author-email: Derek Wan <d.wan@icloud.com>
5
- Requires-Python: >=3.11
6
- Requires-Dist: dycw-utilities[click,loguru,semver]<0.24,>=0.23.8
5
+ Requires-Python: >=3.10
6
+ Requires-Dist: dycw-utilities[click,loguru,semver]<0.24,>=0.23.9
7
7
  Requires-Dist: semver<3.1,>=3.0.2
8
8
  Requires-Dist: tomlkit<0.13,>=0.12.3
9
9
  Requires-Dist: xdg<6.1,>=6.0.0
@@ -1,4 +1,4 @@
1
- pre_commit_hooks/__init__.py,sha256=-0IDFTA3xUmCXTW2AJSHg8ednanVJqr46SkRtBdzrvA,59
1
+ pre_commit_hooks/__init__.py,sha256=1ckNyOyDoLACpwo_HoCBFctqZM76uR1zDb4peMr0XQc,59
2
2
  pre_commit_hooks/common.py,sha256=dolXpZCuSTDlk5w86czGDXrcLdGn53HynflvAmR5y_c,2532
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_pip_compile/__init__.py,sha256=bBskhX3mKmnSoJh9hKMCwjP9R3eb
11
11
  pre_commit_hooks/run_pip_compile/__main__.py,sha256=rKny40uj97jXK1Iv1TwP_9_Uzx3v5uLidNGjEmnrC9Q,152
12
12
  pre_commit_hooks/run_ruff_format/__init__.py,sha256=LSUrwgg4TkpqV-DhG4HS3yhqlHxofwVm73ZIRgZjMGg,2094
13
13
  pre_commit_hooks/run_ruff_format/__main__.py,sha256=faesqqpMaesg5r-LvkkQt1W9kahvNr-60K3SMYv1NgY,152
14
- dycw_pre_commit_hooks-0.8.35.dist-info/METADATA,sha256=JbsL47d_Jj8Iyzlcccl_XRMHqi5O3MDziA6jX6gQXmw,1042
15
- dycw_pre_commit_hooks-0.8.35.dist-info/WHEEL,sha256=mRYSEL3Ih6g5a_CVMIcwiF__0Ae4_gLYh01YFNwiq1k,87
16
- dycw_pre_commit_hooks-0.8.35.dist-info/entry_points.txt,sha256=9gFQ0sNYrqfQdXZLf9vhX0CRXUW7kgjFuR1bQKxjAds,296
17
- dycw_pre_commit_hooks-0.8.35.dist-info/RECORD,,
14
+ dycw_pre_commit_hooks-0.8.37.dist-info/METADATA,sha256=XRRSCYas5NcPXCqXFRC8klNnp8R2iFgLqPPAElZ3B4w,1042
15
+ dycw_pre_commit_hooks-0.8.37.dist-info/WHEEL,sha256=mRYSEL3Ih6g5a_CVMIcwiF__0Ae4_gLYh01YFNwiq1k,87
16
+ dycw_pre_commit_hooks-0.8.37.dist-info/entry_points.txt,sha256=9gFQ0sNYrqfQdXZLf9vhX0CRXUW7kgjFuR1bQKxjAds,296
17
+ dycw_pre_commit_hooks-0.8.37.dist-info/RECORD,,
@@ -1,3 +1,3 @@
1
1
  from __future__ import annotations
2
2
 
3
- __version__ = "0.8.35"
3
+ __version__ = "0.8.37"