Skip to content

Commit

Permalink
Update tox.ini spellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
harrryr committed Jun 19, 2024
1 parent 27a033c commit 2445d24
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ COPY ./tools/cp-utility .
# https://docs.docker.com/engine/reference/builder/#automatic-platform-args-in-the-global-scope
ARG TARGETARCH

# Run validations and audit only on amd64 bacause it is faster and those two steps
# Run validations and audit only on amd64 because it is faster and those two steps
# are only used to validate the source code and don't require anything that is
# architecture specific.

Expand Down
1 change: 1 addition & 0 deletions ignore-words.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
crate
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ deps =
codespell

commands =
codespell
codespell --ignore-words=ignore-words.txt .

[testenv:lint]
basepython: python3
Expand Down

0 comments on commit 2445d24

Please sign in to comment.