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 01a8235 commit 2eb1537Copy full SHA for 2eb1537
mypy.ini
@@ -1,24 +1,10 @@
1
[mypy]
2
+strict = True
3
show_error_context = true
4
show_column_numbers = true
5
show_error_codes = true
6
pretty = true
-
7
-# --strict options as of mypy 0.910
8
-warn_unused_configs = True
9
-disallow_any_generics = True
10
-disallow_subclassing_any = True
11
-disallow_untyped_calls = True
12
-disallow_untyped_defs = True
13
-disallow_incomplete_defs = True
14
-check_untyped_defs = True
15
-disallow_untyped_decorators = True
16
-no_implicit_optional = True
17
-warn_redundant_casts = True
18
-warn_unused_ignores = True
19
-warn_return_any = True
20
-implicit_reexport = False
21
-strict_equality = True
+warn_unreachable = True
22
23
[mypy-ruamel.*]
24
ignore_errors = True
0 commit comments