/
niceSOFT
/
python3-more-itertools
Обзор
Документация
Войти
/
niceSOFT
/
python3-more-itertools
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
v10.7.0
setup.cfg
26 строк
601 B
Bo Bayles
Bump version: 10.6.0 → 10.7.0
22 апр 2025, 17:13
22 апр 2025, 17:13
4c1a0c7
Код
Авторство
О чём код?
[bumpversion] current_version = 10.7.0 commit = True tag = False files = more_itertools/__init__.py [mypy] check_untyped_defs = true disallow_any_generics = true disallow_incomplete_defs = true disallow_subclassing_any = true disallow_untyped_calls = true disallow_untyped_decorators = true disallow_untyped_defs = true ignore_missing_imports = true no_implicit_optional = true show_error_codes = true strict_equality = true warn_redundant_casts = true warn_return_any = true warn_unreachable = true warn_unused_configs = true warn_unused_ignores = true [mypy-tests.*] disallow_untyped_defs = false