mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-13 12:26:29 +00:00
Add typing to style guidelines (#433)
This commit is contained in:
parent
d4d1604cab
commit
27433dd8a4
@ -67,3 +67,7 @@ One exception is for logging which uses the percentage formatting. This is to av
|
||||
```python
|
||||
_LOGGER.info("Can't connect to the webservice %s at %s", string1, string2)
|
||||
```
|
||||
|
||||
### Typing of functions
|
||||
|
||||
Either completely type a function or do not type a function at all.
|
||||
|
Loading…
x
Reference in New Issue
Block a user