Skip to content

Commit

Permalink
QA: Apply/ignore codespell suggestions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Oct 30, 2023
1 parent caa59db commit 9682c96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ltr559/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ def set_light_repeat_rate_ms(self, rate_ms=100):
self._ltr559.set('ALS_MEAS_RATE', repeat_rate_ms=rate_ms)

def set_interrupt_mode(self, enable_light=True, enable_proximity=True):
"""Set the intterupt mode
"""Set the interrupt mode
:param enable_light: Enable the light sensor interrupt
:param enable_proximity: Enable the proximity sensor interrupt
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ skip = """
./build,\
./dist.\
"""
ignore-words-list = "als"

[tool.isort]
line_length = 200
Expand Down

0 comments on commit 9682c96

Please sign in to comment.