tox-poetry-installer/tox_poetry_installer/hooks
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
..
__init__.py Reorganize hooks into dedicated submodule 2024-08-13 13:06:12 -04:00
tox_add_env_config.py Reorganize hooks into dedicated submodule 2024-08-13 13:06:12 -04:00
tox_add_option.py Reorganize hooks into dedicated submodule 2024-08-13 13:06:12 -04:00
tox_on_install.py Consolidate all package handling logic into hook module 2024-08-13 13:44:25 -04:00