/
niceSOFT
/
python3-more-itertools
Обзор
Документация
Войти
/
niceSOFT
/
python3-more-itertools
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
setup.cfg
26 строк
601 B
Bo Bayles
Bump version: 11.0.2 → 11.1.0
18 май 2026, 23:41
18 май 2026, 23:41
9af73b9
Код
Авторство
О чём код?
[bumpversion] current_version = 11.1.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