dycw-pre-commit-hooks 0.13.1__py3-none-any.whl → 0.13.3__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,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dycw-pre-commit-hooks
3
- Version: 0.13.1
3
+ Version: 0.13.3
4
4
  Author-email: Derek Wan <d.wan@icloud.com>
5
5
  Requires-Python: >=3.12
6
6
  Requires-Dist: click<8.3,>=8.2.1
@@ -11,7 +11,7 @@ Requires-Dist: loguru<0.8,>=0.7.3
11
11
  Requires-Dist: more-itertools<10.9,>=10.8.0
12
12
  Requires-Dist: orjson<3.12,>=3.11.3
13
13
  Requires-Dist: packaging<25.1,>=25.0
14
- Requires-Dist: tomlkit<0.14,>=0.13.2
14
+ Requires-Dist: tomlkit<0.14,>=0.13.3
15
15
  Requires-Dist: xdg-base-dirs<6.1,>=6.0.2
16
16
  Description-Content-Type: text/markdown
17
17
 
@@ -1,4 +1,4 @@
1
- pre_commit_hooks/__init__.py,sha256=XDh4WYUHQpFHqfiNjwLsIiVWCHsk_R5GkN8WEkuVTzI,59
1
+ pre_commit_hooks/__init__.py,sha256=floLWm48dua3qihPRV76d1j0to53voZnQ37c7FuVpyI,59
2
2
  pre_commit_hooks/common.py,sha256=BkGWepSj_y_y6pOrvKX4G8259o5Klp1C-Yg2cdDTi0s,4482
3
3
  pre_commit_hooks/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
4
  pre_commit_hooks/check_submodules_updated/__init__.py,sha256=j-NrV-_l_47meqcMz-QxIUOyWloI3coQXXDKg1Jhwgs,900
@@ -14,7 +14,7 @@ pre_commit_hooks/run_bump_my_version/__init__.py,sha256=FhvLQEEoFm21_2c_12Loy_lc
14
14
  pre_commit_hooks/run_bump_my_version/__main__.py,sha256=w2V3y61jrSau-zxjl8ciHtWPlJQwXbYxNJ2tGYVyI4s,156
15
15
  pre_commit_hooks/tag_commits/__init__.py,sha256=6HWjXOcTd9gjiZwXmy2lIhZzru-zeRgbpEYxKi1z5sg,3294
16
16
  pre_commit_hooks/tag_commits/__main__.py,sha256=qefgYw7LWbvmzZS45-ym6olS4cHqw1Emw2wlqZBXN_o,148
17
- dycw_pre_commit_hooks-0.13.1.dist-info/METADATA,sha256=52dsmzmWQfN0lpavMvJsKe731ZEGRL7vrQ8foeoJTqM,1141
18
- dycw_pre_commit_hooks-0.13.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
19
- dycw_pre_commit_hooks-0.13.1.dist-info/entry_points.txt,sha256=OTVj55u2A6hqtbiPa_h9Zd9pTToCsI9P5xpzE3g4NZc,310
20
- dycw_pre_commit_hooks-0.13.1.dist-info/RECORD,,
17
+ dycw_pre_commit_hooks-0.13.3.dist-info/METADATA,sha256=ei-7ZTkO9visi6Sm9FcQH5ksRgeeckKqMw47LWcDe-g,1141
18
+ dycw_pre_commit_hooks-0.13.3.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
19
+ dycw_pre_commit_hooks-0.13.3.dist-info/entry_points.txt,sha256=NhMhVnLeFn50DKZgCDL7dmeQ2Kdt-sItuoOIYBODw7o,384
20
+ dycw_pre_commit_hooks-0.13.3.dist-info/RECORD,,
@@ -1,4 +1,5 @@
1
1
  [console_scripts]
2
+ check-submodules-updated = pre_commit_hooks.check_submodules_updated:main
2
3
  format-requirements = pre_commit_hooks.format_requirements:main
3
4
  mirror-files = pre_commit_hooks.mirror_files:main
4
5
  replace-sequence-str = pre_commit_hooks.replace_sequence_str:main
@@ -1,3 +1,3 @@
1
1
  from __future__ import annotations
2
2
 
3
- __version__ = "0.13.1"
3
+ __version__ = "0.13.3"