/
niceSOFT
/
python3-more-itertools
Обзор
Документация
Войти
/
niceSOFT
/
python3-more-itertools
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
8.5.0
setup.cfg
30 строк
681 B
Bo Bayles
Bump version: 8.4.0 → 8.5.0
28 авг 2020, 21:22
Не верифицирован
28 авг 2020, 21:22
d71b67a
Код
Авторство
О чём код?
[bumpversion] current_version = 8.5.0 commit = True tag = False files = more_itertools/__init__.py [flake8] exclude = ./docs/conf.py, .eggs/ ignore = E203, E731, E741, F999, W503 [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