black-isort-hook

View on PyPIReverse Dependencies (0)

0.1.2 black_isort_hook-0.1.2-py3-none-any.whl

Wheel Details

Project: black-isort-hook
Version: 0.1.2
Filename: black_isort_hook-0.1.2-py3-none-any.whl
Download: [link]
Size: 3225
MD5: 0c527ba653b8514751b485f79a1d66f3
SHA256: 9c5dfb57e014bbe1957e355126a99dc23c519a419b34354a01e64ee4a7c594ab
Uploaded: 2024-01-10 18:28:35 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: black-isort-hook
Version: 0.1.2
Summary: A simple pre-commit hook to run black and isort on staged files
Author: Victor Kotseruba
Author-Email: barbuzaster[at]gmail.com
License: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.9,<4.0
Requires-Dist: black
Requires-Dist: isort
Description-Content-Type: text/markdown
[Description omitted; length: 281 characters]

WHEEL

Wheel-Version: 1.0
Generator: poetry-core 1.7.0
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
black_isort_hook/__init__.py sha256=3vaYoIYz6YGJybnmO-kzNZoyLuNrjDjTYEBzLyYeq1g 89
black_isort_hook/hook.py sha256=rvqY1vJkFrhkGzR8QNviCoz79AGs1sQPsaFJPERIK68 1839
black_isort_hook/install.py sha256=yaALxqURP0NHXpp1ORMvlXXHpPyR11DrUnMTdIs0XkU 1193
black_isort_hook-0.1.2.dist-info/METADATA sha256=bYnh_F_oPUQ78lAn7HzSL7FikgRWq0i_cZaR9od2Rac 850
black_isort_hook-0.1.2.dist-info/WHEEL sha256=d2fvjOD7sXsVzChCqf0Ty0JbHKBaLYwDbGQDwQTnJ50 88
black_isort_hook-0.1.2.dist-info/entry_points.txt sha256=yGfYxykNty8DB3pZa8yBVzpv3VbeotkQCsNVLxCejBg 118
black_isort_hook-0.1.2.dist-info/RECORD

entry_points.txt

black-isort-hook = black_isort_hook.hook:main
install-black-isort-hook = black_isort_hook.install:main