Skip to content

Commit 6c1426d

Browse files
committed
QA: Apply or suppress codespell suggestions.
1 parent c1adbd0 commit 6c1426d

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ sudo apt install python3-setuptools python3-pip python3-yaml python3-smbus pytho
3737

3838
* Run `sudo pip3 install growhat`
3939

40-
**Note** this wont perform any of the required configuration changes on your Pi, you may additionally need to:
40+
**Note** this won't perform any of the required configuration changes on your Pi, you may additionally need to:
4141

4242
* Enable i2c: `sudo raspi-config nonint do_i2c 0`
4343
* Enable SPI: `sudo raspi-config nonint do_spi 0`

examples/tools/calibrate-pump.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ def handle_button(pin):
174174
fill=(255, 255, 255) if mode == 2 else (128, 128, 128),
175175
)
176176

177-
# Button lavel backgrounds
177+
# Button label backgrounds
178178
draw.rectangle((0, 0, 42, 14), (255, 255, 255))
179179
draw.rectangle((display.width - 15, 0, display.width, 14), (255, 255, 255))
180180
draw.rectangle(

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ line-length = 200
8888

8989
[tool.codespell]
9090
skip = """
91+
./service/install.sh,\
9192
./.tox,\
9293
./.egg,\
9394
./.git,\

0 commit comments

Comments
 (0)