Skip to content

Commit de31f35

Browse files
committed
Setup.cfg, remove mypy config,
moved to pyproject.toml.
1 parent 38d336c commit de31f35

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

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)