Bump codespell from v1.16.0 to v1.17.1 and fix new spelling errors (#38663)

This commit is contained in:
Bas Nijholt 2020-08-08 14:41:02 +02:00 committed by GitHub
parent da89fa7884
commit 0427d87ba4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 18 additions and 18 deletions

View file

@ -50,7 +50,7 @@ def test_recorder_bad_execute(hass_recorder):
hass_recorder()
def to_native(validate_entity_id=True):
"""Rasie exception."""
"""Raise exception."""
raise SQLAlchemyError()
mck1 = MagicMock()