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.
2 parents 0a0a7de + de31f35 commit be71186Copy full SHA for be71186
pyproject.toml
@@ -187,7 +187,7 @@ norecursedirs = [
187
]
188
189
[tool.mypy]
190
-python_version = 3.10
+python_version = "3.10"
191
show_error_codes = true
192
follow_imports = "silent"
193
ignore_missing_imports = true
setup.cfg
@@ -3,13 +3,3 @@
3
4
[metadata]
5
url = https://github.com/plugwise/python-plugwise
6
-
7
-[mypy]
8
9
-show_error_codes = true
10
-ignore_errors = true
11
-follow_imports = silent
12
-ignore_missing_imports = true
13
-warn_incomplete_stub = true
14
-warn_redundant_casts = true
15
-warn_unused_configs = true
0 commit comments