forked from more-itertools/more-itertools
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
30 lines (27 loc) · 681 Bytes
/
Copy pathsetup.cfg
File metadata and controls
30 lines (27 loc) · 681 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[bumpversion]
current_version = 8.6.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