Skip to content

Commit 1775416

Browse files
authored
Merge pull request #421 from arduino/dependabot/pip/codespell-2.2.1
Bump codespell from 2.1.0 to 2.2.1
2 parents 018a0bc + 3c741b7 commit 1775416

File tree

3 files changed

+23
-23
lines changed

3 files changed

+23
-23
lines changed

.codespellrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# See: https://github.com/codespell-project/codespell#using-a-config-file
33
[codespell]
44
# In the event of a false positive, add the problematic word, in all lowercase, to a comma-separated list here:
5-
ignore-words-list = ot,propert
5+
ignore-words-list = ot,porperties,propert
66
skip = ./.git,./.licenses,**/go.mod,**/go.sum,./package-lock.json,./poetry.lock,./yarn.lock,./arduino-lint,./arduino-lint.exe,./internal/rule/rulefunction/testdata/libraries/MisspelledSentenceParagraphValue/library.properties,./site
77
builtin = clear,informal,en-GB_to_en-US
88
check-filenames =

poetry.lock

Lines changed: 21 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ mkdocs-material = "^8.4.0"
2222

2323
[tool.poetry.dev-dependencies]
2424
black = "^22.6"
25-
codespell = "^2.1.0"
25+
codespell = "^2.2.1"
2626
flake8 = "^5.0.4"
2727
pep8-naming = "^0.13.1"
2828

0 commit comments

Comments
 (0)