Skip to content

Commit

Permalink
Merge branch 'main' into add-to-dict
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitriPapadopoulos authored Dec 4, 2024
2 parents cd7808f + b234020 commit 7962139
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codespell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
with:
check_filenames: true
# When using this Action in other repos, the --skip option below can be removed
skip: "./.git,./codespell_lib/data,./example/code.c,test_basic.py,*.pyc,README.rst,pyproject-codespell.precommit-toml"
skip: "./.git,./codespell_lib/data,./example/code.c,test_basic.py,./codespell_lib/tests/data,*.pyc,README.rst,pyproject-codespell.precommit-toml"
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ repos:
- -d
- "{extends: relaxed, rules: {line-length: {max: 90}}}"
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.0
rev: v0.8.1
hooks:
- id: ruff
- id: ruff-format
Expand Down
27 changes: 25 additions & 2 deletions codespell_lib/data/dictionary.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7751,6 +7751,13 @@ atends->attends
atention->attention
aternies->attorneys
aterny->attorney
atfer->after
atfernoon->afternoon
atfernoons->afternoons
atferthought->afterthought
atferthoughts->afterthoughts
atferward->afterward
atferwards->afterwards
atheistical->atheistic
athenean->Athenian
atheneans->Athenians
Expand Down Expand Up @@ -23656,6 +23663,7 @@ eeeprom->EEPROM
eeger->eager
eegerly->eagerly
eejus->aegis
eerything->everything, eerie thing,
eescription->description
eevery->every
eeverything->everything
Expand Down Expand Up @@ -25407,6 +25415,7 @@ evauluation->evaluation
evauluations->evaluations
evauluator->evaluator
evauluators->evaluators
eveerything->everything
evelope->envelope, envelop,
evelopes->envelopes, envelops,
eveluate->evaluate
Expand Down Expand Up @@ -42455,7 +42464,6 @@ overwridden->overridden, overwritten,
overwride->overwrite, override,
overwrides->overwrites, overrides,
overwriding->overwriting, overriding,
overwriteable->overwritable
overwrited->overwritten, overwrote,
overwriten->overwritten
overwritin->overwriting
Expand Down Expand Up @@ -44407,6 +44415,17 @@ pocesses->processes, possesses,
pocessing->processing, possessing,
pocession->procession, possession,
podfie->podfile
poduce->produce
poduced->produced
poduces->produces
poducibility->producibility
poducible->producible
poducibly->producibly
poducing->producing
poduct->product
poduction->production
poductions->productions
poducts->products
podule->module
poenis->penis
poential->potential
Expand Down Expand Up @@ -51202,7 +51221,10 @@ reuqirement->requirement
reuqirements->requirements
reuqires->requires
reuqiring->requiring
reurn->return
reurn->return, rerun,
reurned->returned, reran,
reurning->returning, rerunning,
reurns->returns, reruns,
reursively->recursively
reuseable->reusable
reusin->reusing, resin,
Expand Down Expand Up @@ -58588,6 +58610,7 @@ theread->thread, the read,
thereaded->threaded
thereading->threading, the reading,
thereads->threads, the reads,
thereatfer->thereafter
thered->thread, the red,
therem->there, theorem,
thereom->theorem
Expand Down
2 changes: 2 additions & 0 deletions codespell_lib/data/dictionary_en-GB_to_en-US.txt
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,7 @@ organiser->organizer
organisers->organizers
organises->organizes
organising->organizing
overwriteable->overwritable
parallelisation->parallelization
parallelise->parallelize
parallelised->parallelized
Expand Down Expand Up @@ -522,3 +523,4 @@ visualised->visualized
visualiser->visualizer
visualises->visualizes
visualising->visualizing
writeable->writable
1 change: 1 addition & 0 deletions codespell_lib/tests/data/en_GB-additional.wordlist
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ localisations
normalisations
ochreous
ochrey
overwriteable
parallelisation
parallelise
parallelised
Expand Down
1 change: 1 addition & 0 deletions codespell_lib/tests/data/en_US-additional.wordlist
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ localizations
normalizations
ocherous
ochery
overwritable
parallelization
parallelize
parallelized
Expand Down

0 comments on commit 7962139

Please sign in to comment.