[pre-commit] fix typos and configure codespell

This chanage enabled codespell in precommit and
fixes the existing typos.

A followup commit will enable this in tox and ci.

Change-Id: I0a11bcd5a88247a48d3437525fc8a3cb3cdd4e58
This commit is contained in:
Sean Mooney
2024-10-22 19:31:14 +01:00
parent 4d5022ab94
commit 5f79ab87c7
39 changed files with 71 additions and 65 deletions

View File

@@ -38,7 +38,7 @@ class TestMaasNode(base.TestCase):
def test_get_power_state(self):
if not maas_enum:
self.skipTest("python-libmaas not intalled.")
self.skipTest("python-libmaas not installed.")
self._wrapped_node.query_power_state.side_effect = (
maas_enum.PowerState.ON,