We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe86ca6 commit f045dafCopy full SHA for f045daf
1 file changed
setup.cfg
@@ -7,25 +7,3 @@ test=pytest
7
[flake8]
8
ignore = E203 W503 TYP001
9
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