hartreehooks

View on PyPIReverse Dependencies (0)

0.3.7 hartreehooks-0.3.7-py3-none-any.whl

Wheel Details

Project: hartreehooks
Version: 0.3.7
Filename: hartreehooks-0.3.7-py3-none-any.whl
Download: [link]
Size: 11269
MD5: 792e140f2b83a51beb3ae51a3b911896
SHA256: 9664cc0648f281e484e3b2af6d5713508019f7eb29cb3024eaf250e21bf44d09
Uploaded: 2024-04-17 15:05:45 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: hartreehooks
Version: 0.3.7
Summary: Custom pre-commit hooks for use within our projects
Author: Tom Collingwood
Author-Email: tom.collingwood[at]stfc.ac.uk
Home-Page: https://github.com/stfc/pre-commit-hooks
Project-Url: Repository, https://github.com/stfc/pre-commit-hooks
License: MIT
Keywords: pre-commit,hooks
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.8,<4.0
Requires-Dist: mypy (<2.0.0,>=1.1.1)
Requires-Dist: mypy-extensions (<2.0.0,>=1.0.0)
Requires-Dist: pylint (<4.0.0,>=3.1.0)
Requires-Dist: regex (<2023.0.0,>=2022.1.18)
Requires-Dist: requirements-parser (<0.3.0,>=0.2.0)
Requires-Dist: ruff (<0.3.0,>=0.2.1)
Requires-Dist: toml (<0.11.0,>=0.10.2)
[No description]

WHEEL

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

RECORD

Path Digest Size
hartreehooks/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
hartreehooks/check_missing_requirements.py sha256=6XL8wfNwzoigwGOeptG3uABwSIYSwCVkdZC5GWKVAIw 3199
hartreehooks/check_mypy_import_errors.py sha256=pMgd_Po_vARqYQtA0fSzAzQ9u9GQPDrxV6Yt0Tf5TdQ 3473
hartreehooks/check_pylint_import_errors.py sha256=xx1Z8AcxOpQbhNDjU0tJPp7tg1QpeJ9BZGRasgHNmC0 3467
hartreehooks/utils/__init__.py sha256=po2VbSOOwbl4yJuvu5LX6aknkSWh6jWW8ix9cx7hRGQ 149
hartreehooks/utils/config_file.py sha256=p8eTWSZigwC-suixSVzial6tZ6usNX7PmPqOpNDIjHs 1259
hartreehooks/utils/hook.py sha256=iT6pFHiOc6FZlFByfG_I68YMAIVur2gYTzQA0dIi9hQ 1171
hartreehooks/utils/pyproject_file.py sha256=9pRQGZ_F-CWgmKwhw-pYM1pgNOmoFYc7QyGn6Ayd7GI 1212
hartreehooks/utils/setup_file.py sha256=JA8CwnYIQ2YWR-3jsceQkKqsO5jneEthU6UAsGqYNsA 4875
hartreehooks-0.3.7.dist-info/LICENSE sha256=9-xUf22Y9Y_DsylMduatLF6XGubHj6GzqnFwtIhaB2Q 1158
hartreehooks-0.3.7.dist-info/METADATA sha256=NUVy3ujTi4CAdEXn9q_mMC4iLbIm1YA9WuJEMBTQ1hQ 1017
hartreehooks-0.3.7.dist-info/WHEEL sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg 88
hartreehooks-0.3.7.dist-info/entry_points.txt sha256=nmpHUwvqt4EECCizqM5JgIH7s3nMmj3BuzyB3R74Dso 210
hartreehooks-0.3.7.dist-info/RECORD

entry_points.txt

check-missing-requirements = hooks.check_missing_requirements:main
check-mypy-import-errors = hooks.check_mypy_import_errors:main
check-pylint-import-errors = hooks.check_pylint_import_errors:main