mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 15:12:06 +00:00 
			
		
		
		
	Bump flake8 from 3.7.9 to 3.8.3 (#1161)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Otto Winter <otto@otto-winter.com>
This commit is contained in:
		| @@ -8,13 +8,16 @@ import os | ||||
| import re | ||||
|  | ||||
| # pylint: disable=unused-import, wrong-import-order | ||||
| from typing import Any, Dict, List, Optional, Set  # noqa | ||||
| from typing import Any, Dict, List, Optional, Set, TYPE_CHECKING  # noqa | ||||
|  | ||||
| from esphome.const import CONF_ARDUINO_VERSION, SOURCE_FILE_EXTENSIONS, \ | ||||
|     CONF_COMMENT, CONF_ESPHOME, CONF_USE_ADDRESS, CONF_WIFI | ||||
| from esphome.helpers import ensure_unique_string, is_hassio | ||||
| from esphome.util import OrderedDict | ||||
|  | ||||
| if TYPE_CHECKING: | ||||
|     from .cpp_generator import MockObj, MockObjClass, Statement | ||||
|  | ||||
| _LOGGER = logging.getLogger(__name__) | ||||
|  | ||||
|  | ||||
|   | ||||
| @@ -1,5 +1,5 @@ | ||||
| pylint==2.5.3 | ||||
| flake8==3.7.9 | ||||
| flake8==3.8.3 | ||||
| pillow | ||||
| pexpect | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user