/
niceSOFT
/
python3-hatchling
Обзор
Документация
Войти
/
niceSOFT
/
python3-hatchling
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/hatch/template/files_feature_tests.py
11 строк
282 B
Dimitri Papadopoulos Orfanos
Upgrade Ruff to 0.13.2 (#1890)
28 сен 2025, 21:20
Не верифицирован
28 сен 2025, 21:20
aff6f39
Код
Авторство
О чём код?
from hatch.template import File from hatch.utils.fs import Path class TestsPackageRoot(File): def __init__( self, template_config: dict, # noqa: ARG002 plugin_config: dict, # noqa: ARG002 ): super().__init__(Path("tests", "__init__.py"))