Skip to content

Commit be71186

Browse files
authored
Merge pull request #257 from plugwise/fix-mypy
Mypy config: 3.10 as string
2 parents 0a0a7de + de31f35 commit be71186

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ norecursedirs = [
187187
]
188188

189189
[tool.mypy]
190-
python_version = 3.10
190+
python_version = "3.10"
191191
show_error_codes = true
192192
follow_imports = "silent"
193193
ignore_missing_imports = true

setup.cfg

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,3 @@
33

44
[metadata]
55
url = https://github.com/plugwise/python-plugwise
6-
7-
[mypy]
8-
python_version = 3.10
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

Comments
 (0)