dycw-pre-commit-hooks 0.10.21__py3-none-any.whl → 0.10.22__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,11 +1,10 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dycw-pre-commit-hooks
3
- Version: 0.10.21
3
+ Version: 0.10.22
4
4
  Author-email: Derek Wan <d.wan@icloud.com>
5
- Requires-Python: >=3.11
5
+ Requires-Python: >=3.12
6
6
  Requires-Dist: click<8.2,>=8.1.8
7
- Requires-Dist: dycw-utilities<0.96,>=0.95.21
8
- Requires-Dist: jupyterlab>=4.3.5
7
+ Requires-Dist: dycw-utilities<0.98,>=0.97.2
9
8
  Requires-Dist: loguru<0.8,>=0.7.3
10
9
  Requires-Dist: semver<3.1,>=3.0.4
11
10
  Requires-Dist: tomlkit<0.14,>=0.13.2
@@ -1,4 +1,4 @@
1
- pre_commit_hooks/__init__.py,sha256=Kl1CGvFCtMKhwmNrSv6UxFVZCcuERQS4LE1u87kW7ZQ,60
1
+ pre_commit_hooks/__init__.py,sha256=yd0YAxK3WTDp2f_a8glClvtWKeAlTdMAJrN5Rrs9Mw0,60
2
2
  pre_commit_hooks/common.py,sha256=v2pUvEMLMfAXg2nNJOH9LYHbFWkdOssLFwnDXsIEkqk,2703
3
3
  pre_commit_hooks/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
4
  pre_commit_hooks/run_bump2version/__init__.py,sha256=1Qgt7njFfTlH39ZY4TucZREUJgqtGMe37U5mLkFmupc,1433
@@ -7,7 +7,7 @@ pre_commit_hooks/run_bump_my_version/__init__.py,sha256=cl6KTxPaKPmHuebddgfs_OqP
7
7
  pre_commit_hooks/run_bump_my_version/__main__.py,sha256=w2V3y61jrSau-zxjl8ciHtWPlJQwXbYxNJ2tGYVyI4s,156
8
8
  pre_commit_hooks/run_ruff_format/__init__.py,sha256=Lr_9M0WHhJl6WARAf8Lr830PG9bMbkDXvNSmEkrSxK8,1993
9
9
  pre_commit_hooks/run_ruff_format/__main__.py,sha256=faesqqpMaesg5r-LvkkQt1W9kahvNr-60K3SMYv1NgY,152
10
- dycw_pre_commit_hooks-0.10.21.dist-info/METADATA,sha256=d07FIgkDzxrNd9xYm63JCiCC0W2ovk9wNhChlh6ZM3Q,884
11
- dycw_pre_commit_hooks-0.10.21.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
12
- dycw_pre_commit_hooks-0.10.21.dist-info/entry_points.txt,sha256=URODtkWLHrg6PagXnVbubNWnEUjExjCM_lCPf2LEllo,196
13
- dycw_pre_commit_hooks-0.10.21.dist-info/RECORD,,
10
+ dycw_pre_commit_hooks-0.10.22.dist-info/METADATA,sha256=tRKfJxqQdB1gc-hyb9a0gfQOfXFu9sQGHoSGrtfep_E,850
11
+ dycw_pre_commit_hooks-0.10.22.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
12
+ dycw_pre_commit_hooks-0.10.22.dist-info/entry_points.txt,sha256=URODtkWLHrg6PagXnVbubNWnEUjExjCM_lCPf2LEllo,196
13
+ dycw_pre_commit_hooks-0.10.22.dist-info/RECORD,,
@@ -1,3 +1,3 @@
1
1
  from __future__ import annotations
2
2
 
3
- __version__ = "0.10.21"
3
+ __version__ = "0.10.22"