tox-poetry-installer/tox_poetry_installer
Ethan Paul a270261e6c
Consolidate all package handling logic into hook module
This creates a large module to sort through, but the hope is that it
avoids the need to constantly hop around without rhyme or reason to
find the piece of logic you're looking for. The module structure is
mapped to functionality rather than an arbitrary concept of reducing
line number.
2024-08-13 13:44:25 -04:00
..
hooks Consolidate all package handling logic into hook module 2024-08-13 13:44:25 -04:00
__about__.py Bump version to 1.0.0b1 2023-08-02 11:29:28 -04:00
__init__.py remove unneeded tox_add_core_config hook 2023-06-24 01:56:54 +02:00
_poetry.py Add import exception to Poetry import error message 2024-08-13 13:14:21 -04:00
constants.py Remove unsafe dependency check 2024-08-13 12:54:28 -04:00
exceptions.py Remove unsafe dependency check 2024-08-13 12:54:28 -04:00
logger.py [WIP] Make plugin compatible with tox v4 2023-06-24 01:44:47 +02:00
py.typed