Skip to content

Commit f045daf

Browse files
committed
Remove old Mypy config.
1 parent fe86ca6 commit f045daf

1 file changed

Lines changed: 0 additions & 22 deletions

File tree

setup.cfg

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -7,25 +7,3 @@ test=pytest
77
[flake8]
88
ignore = E203 W503 TYP001
99
max-line-length = 130
10-
11-
[mypy]
12-
python_version = 3.8
13-
warn_unused_configs = True
14-
show_error_codes = True
15-
disallow_subclassing_any = True
16-
disallow_any_generics = True
17-
disallow_untyped_calls = True
18-
disallow_untyped_defs = True
19-
disallow_incomplete_defs = True
20-
check_untyped_defs = True
21-
disallow_untyped_decorators = True
22-
no_implicit_optional = True
23-
warn_redundant_casts = True
24-
warn_unused_ignores = True
25-
warn_return_any = True
26-
implicit_reexport = False
27-
strict_equality = True
28-
exclude = (build/|venv/|libtcod/|docs/|distribution/|termbox/|samples_libtcodpy.py)
29-
30-
[mypy-numpy]
31-
ignore_missing_imports = True

0 commit comments

Comments
 (0)