Skip to content

Commit

Permalink
Upgrade mypy to 0.761 (home-assistant#30104)
Browse files Browse the repository at this point in the history
  • Loading branch information
scop authored and frenck committed Dec 20, 2019
1 parent de94afd commit ecdc1ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion homeassistant/helpers/config_validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from numbers import Number
import os
import re
from socket import _GLOBAL_DEFAULT_TIMEOUT
from socket import _GLOBAL_DEFAULT_TIMEOUT # type: ignore # private, not in typeshed
from typing import Any, Callable, Dict, List, Optional, TypeVar, Union
from urllib.parse import urlparse
from uuid import UUID
Expand Down
2 changes: 1 addition & 1 deletion requirements_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
asynctest==0.13.0
codecov==2.0.15
mock-open==1.3.1
mypy==0.750
mypy==0.761
pre-commit==1.20.0
pylint==2.4.4
astroid==2.3.3
Expand Down

0 comments on commit ecdc1ad

Please sign in to comment.