From 7dc92c848581e495bf52f8e4f4e92904e234cef1 Mon Sep 17 00:00:00 2001 From: Christian Fischer Date: Fri, 12 Jul 2024 15:11:16 +0200 Subject: [PATCH 01/24] Add spelling correction for separately. --- codespell_lib/data/dictionary.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/codespell_lib/data/dictionary.txt b/codespell_lib/data/dictionary.txt index aba9390110..d39ed2699b 100644 --- a/codespell_lib/data/dictionary.txt +++ b/codespell_lib/data/dictionary.txt @@ -52335,6 +52335,8 @@ seplicurally->sepulchrally seplicuraly->sepulchrally seplicurlly->sepulchrally seporate->separate +sepparatelly->separately +sepparately->separately sepparation->separation sepparations->separations sepperate->separate From 877873bccaed2eea6c31bea15ef6a841a49bac32 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 17:22:27 +0000 Subject: [PATCH 02/24] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/astral-sh/ruff-pre-commit: v0.5.1 → v0.5.2](https://github.com/astral-sh/ruff-pre-commit/compare/v0.5.1...v0.5.2) --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 940cae070a..e049420157 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -58,7 +58,7 @@ repos: - -d - "{extends: relaxed, rules: {line-length: {max: 90}}}" - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.5.1 + rev: v0.5.2 hooks: - id: ruff - id: ruff-format From f4140cd3be6400bb3274d6db07ae0adbb5d50a10 Mon Sep 17 00:00:00 2001 From: Dimitri Papadopoulos Orfanos <3234522+DimitriPapadopoulos@users.noreply.github.com> Date: Mon, 15 Jul 2024 22:34:05 +0200 Subject: [PATCH 03/24] Start testing with Python 3.13 (#3488) --- .github/workflows/codespell-private.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/codespell-private.yml b/.github/workflows/codespell-private.yml index 823630950b..e312fb40b1 100644 --- a/.github/workflows/codespell-private.yml +++ b/.github/workflows/codespell-private.yml @@ -14,7 +14,7 @@ jobs: REQUIRE_ASPELL: true RUFF_OUTPUT_FORMAT: github # Make sure we're using the latest aspell dictionary - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 timeout-minutes: 10 strategy: fail-fast: false @@ -25,6 +25,7 @@ jobs: - "3.10" - "3.11" - "3.12" + - "3.13" no-toml: - "" include: @@ -39,6 +40,7 @@ jobs: uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} + allow-prereleases: true - run: sudo apt-get install libaspell-dev aspell-en - name: Install dependencies run: | From 51ee50b9887baa234987caa8681eadb3f80b4778 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 17:23:24 +0000 Subject: [PATCH 04/24] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/astral-sh/ruff-pre-commit: v0.5.2 → v0.5.4](https://github.com/astral-sh/ruff-pre-commit/compare/v0.5.2...v0.5.4) - [github.com/pre-commit/mirrors-mypy: v1.10.1 → v1.11.0](https://github.com/pre-commit/mirrors-mypy/compare/v1.10.1...v1.11.0) --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e049420157..f35b574bc4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -58,7 +58,7 @@ repos: - -d - "{extends: relaxed, rules: {line-length: {max: 90}}}" - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.5.2 + rev: v0.5.4 hooks: - id: ruff - id: ruff-format @@ -79,7 +79,7 @@ repos: hooks: - id: validate-pyproject - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.10.1 + rev: v1.11.0 hooks: - id: mypy args: ["--config-file", "pyproject.toml"] From ac8e4390d71779789100835f6f06041d4a055887 Mon Sep 17 00:00:00 2001 From: Matteo Lupi Date: Wed, 24 Jul 2024 09:11:21 +0200 Subject: [PATCH 05/24] new typo in dictionary --- codespell_lib/data/dictionary.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/codespell_lib/data/dictionary.txt b/codespell_lib/data/dictionary.txt index d39ed2699b..4554b3f4d1 100644 --- a/codespell_lib/data/dictionary.txt +++ b/codespell_lib/data/dictionary.txt @@ -47651,6 +47651,7 @@ recogninse->recognise recognisin->recognising recognizeable->recognizable recognizin->recognizing +recognizion->recognition recognzied->recognized recomend->recommend recomendation->recommendation From e67a462920746219349f7a3ffce181cf0286910e Mon Sep 17 00:00:00 2001 From: Christian Fischer Date: Wed, 24 Jul 2024 14:25:47 +0200 Subject: [PATCH 06/24] Add enterpris->enterprise spelling correction. --- codespell_lib/data/dictionary.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/codespell_lib/data/dictionary.txt b/codespell_lib/data/dictionary.txt index 4554b3f4d1..3eb6ab8296 100644 --- a/codespell_lib/data/dictionary.txt +++ b/codespell_lib/data/dictionary.txt @@ -24348,6 +24348,7 @@ enternal->internal, external, eternal, enternally->internally, externally, eternally, enterprice->enterprise enterprices->enterprises +enterpris->enterprise entertainin->entertaining, entertain in, entery->entry enteties->entities From a28e3c74c420f73df13de46d84b8928357505245 Mon Sep 17 00:00:00 2001 From: Christian Fischer Date: Wed, 24 Jul 2024 16:33:41 +0200 Subject: [PATCH 07/24] Add spelling correction for proir and variant. --- codespell_lib/data/dictionary.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/codespell_lib/data/dictionary.txt b/codespell_lib/data/dictionary.txt index 3eb6ab8296..cbb54464bb 100644 --- a/codespell_lib/data/dictionary.txt +++ b/codespell_lib/data/dictionary.txt @@ -45776,6 +45776,8 @@ prohibt->prohibit prohibted->prohibited prohibting->prohibiting prohibts->prohibits +proir->prior +proirities->priorities proirity->priority projcet->project projcets->projects From 93cd13e73c2a7bc60892a1b5eb76ea163e04f535 Mon Sep 17 00:00:00 2001 From: MercuryDemo <81722899+MercuryDemo@users.noreply.github.com> Date: Tue, 30 Jan 2024 23:35:03 +0800 Subject: [PATCH 08/24] Enforce --write-changes in interactive mode Co-authored-by: Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> --- codespell_lib/_codespell.py | 3 +++ codespell_lib/tests/test_basic.py | 2 -- pyproject.toml | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/codespell_lib/_codespell.py b/codespell_lib/_codespell.py index 0ff66c822f..c7cc63bcfe 100644 --- a/codespell_lib/_codespell.py +++ b/codespell_lib/_codespell.py @@ -1126,6 +1126,9 @@ def main(*args: str) -> int: for ifile, cfg_file in enumerate(used_cfg_files, start=1): print(f" {ifile}: {cfg_file}") + if options.interactive > 0: + options.write_changes = True + if options.regex and options.write_changes: return _usage_error( parser, diff --git a/codespell_lib/tests/test_basic.py b/codespell_lib/tests/test_basic.py index 722259245c..74e10404e1 100644 --- a/codespell_lib/tests/test_basic.py +++ b/codespell_lib/tests/test_basic.py @@ -243,8 +243,6 @@ def test_interactivity( cs.main("-i", "-1", fname) assert e.type is SystemExit assert e.value.code != 0 - with FakeStdin("y\n"): - assert cs.main("-i", "3", fname) == 1 with FakeStdin("n\n"): result = cs.main("-w", "-i", "3", fname, std=True) assert isinstance(result, tuple) diff --git a/pyproject.toml b/pyproject.toml index feeb1e186e..1c5f6c103a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -169,6 +169,6 @@ max-complexity = 45 [tool.ruff.lint.pylint] allow-magic-value-types = ["bytes", "int", "str",] max-args = 13 -max-branches = 47 +max-branches = 48 max-returns = 12 max-statements = 119 From 8d16a900c05910af1ee2e9e1766c9713f4530e4c Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Fri, 26 Jul 2024 08:40:39 -1000 Subject: [PATCH 09/24] infastructure typo (15.6k hits on github) (#3501) Co-authored-by: Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> --- codespell_lib/data/dictionary.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/codespell_lib/data/dictionary.txt b/codespell_lib/data/dictionary.txt index cbb54464bb..af63884286 100644 --- a/codespell_lib/data/dictionary.txt +++ b/codespell_lib/data/dictionary.txt @@ -32339,6 +32339,8 @@ infalte->inflate infalted->inflated infaltes->inflates infalting->inflating +infastructure->infrastructure +infastructures->infrastructures infectuous->infectious infered->inferred inferface->interface From 6b306fa686b063e15697576f119b55d3974a1497 Mon Sep 17 00:00:00 2001 From: luzpaz Date: Fri, 26 Jul 2024 14:52:06 -0400 Subject: [PATCH 10/24] Add several spelling corrections (#3500) Co-authored-by: Dimitri Papadopoulos Orfanos <3234522+DimitriPapadopoulos@users.noreply.github.com> --- codespell_lib/data/dictionary.txt | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/codespell_lib/data/dictionary.txt b/codespell_lib/data/dictionary.txt index af63884286..31d428c95b 100644 --- a/codespell_lib/data/dictionary.txt +++ b/codespell_lib/data/dictionary.txt @@ -3832,6 +3832,7 @@ altitide->altitude altitute->altitude altnerately->alternately altogehter->altogether +altogher->altogether altogheter->altogether altough->although altought->although @@ -5471,6 +5472,8 @@ applicaton->application applicatons->applications applicble->applicable applicible->applicable +applictaion->application +applictaions->applications appliction->application applictions->applications applide->applied @@ -14503,7 +14506,7 @@ complets->completes complette->complete complettly->completely complety->completely -complext->complexity +complext->complexity, complex, complextion->complexion complextions->complexions compliace->compliance @@ -14709,6 +14712,8 @@ comverter->converter comverters->converters comverting->converting comverts->converts +comvolution->convolution +comvolutions->convolutions conact->contact conacted->contacted conacting->contacting @@ -19586,6 +19591,8 @@ demagogs->demagogues demaind->demand demandin->demanding, demand in, demaned->demand, demeaned, +demaond->demand +demaonds->demands demenor->demeanor demension->dimension demensional->dimensional @@ -27155,6 +27162,7 @@ extrem->extremum, extreme, extremaly->extremely extremeley->extremely extremelly->extremely +extremem->extreme extrememe->extreme extrememely->extremely extrememly->extremely @@ -36870,6 +36878,7 @@ mathods->methods matinay->matinee matirx->matrix matix->matrix +matrces->matrices matreial->material matreials->materials matresses->mattresses @@ -37448,6 +37457,7 @@ Microsof->Microsoft Microsofot->Microsoft Micrsft->Microsoft Micrsoft->Microsoft +middel->middle middlware->middleware mideval->medieval midevil->medieval @@ -37703,6 +37713,10 @@ mirorred->mirrored mirorring->mirroring mirorrs->mirrors mirors->mirrors, minors, +mirrir->mirror +mirrired->mirrored +mirriring->mirroring +mirrirs->mirrors mirro->mirror mirroed->mirrored mirrorin->mirroring, mirror in, @@ -48020,6 +48034,8 @@ reduceable->reducible reducin->reducing redudancy->redundancy redudant->redundant +redumndancy->redundancy +redumndant->redundant redunancy->redundancy redunant->redundant redundacy->redundancy @@ -55894,6 +55910,7 @@ succefull->successful, successfully, succefully->successfully succefuly->successfully succes->success +succesdsful->successful succesful->successful succesfull->successful succesfullly->successfully From 033b04290ddf3efdca74bd098daad40d68d801a4 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 17:25:55 +0000 Subject: [PATCH 11/24] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/astral-sh/ruff-pre-commit: v0.5.4 → v0.5.5](https://github.com/astral-sh/ruff-pre-commit/compare/v0.5.4...v0.5.5) --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f35b574bc4..75b478be8d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -58,7 +58,7 @@ repos: - -d - "{extends: relaxed, rules: {line-length: {max: 90}}}" - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.5.4 + rev: v0.5.5 hooks: - id: ruff - id: ruff-format From 823bdc3ca767a8f8ae0a4a5ee9e2269cd94ac069 Mon Sep 17 00:00:00 2001 From: Christian Fischer Date: Thu, 1 Aug 2024 11:19:49 +0200 Subject: [PATCH 12/24] Add "releaseds->released, releases," spelling correction --- codespell_lib/data/dictionary.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/codespell_lib/data/dictionary.txt b/codespell_lib/data/dictionary.txt index 31d428c95b..74900e6b77 100644 --- a/codespell_lib/data/dictionary.txt +++ b/codespell_lib/data/dictionary.txt @@ -48680,6 +48680,7 @@ releaing->releasing releant->relevant, relent, releas->release releasead->released +releaseds->released, releases, releaseing->releasing releasin->releasing releasse->release From 58d1aeffa29662af88f97c6badb686912b417e5d Mon Sep 17 00:00:00 2001 From: MDW Date: Sat, 3 Aug 2024 19:57:35 +0200 Subject: [PATCH 13/24] Several spelling suggestions (#3504) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- codespell_lib/data/dictionary.txt | 5 +++++ codespell_lib/data/dictionary_rare.txt | 1 + 2 files changed, 6 insertions(+) diff --git a/codespell_lib/data/dictionary.txt b/codespell_lib/data/dictionary.txt index 74900e6b77..b790a4bd03 100644 --- a/codespell_lib/data/dictionary.txt +++ b/codespell_lib/data/dictionary.txt @@ -2614,6 +2614,7 @@ agani->again aganist->against agant->agent agants->agents, against, +agein->again, ageing, aggaravate->aggravate aggaravated->aggravated aggaravates->aggravates @@ -9735,6 +9736,7 @@ boostrappers->bootstrappers boostrapping->bootstrapping boostraps->bootstraps booteek->boutique +bootime->boot time bootlaoder->bootloader bootlaoders->bootloaders bootle->bottle @@ -12999,6 +13001,7 @@ cliboard->clipboard cliboards->clipboards clibpoard->clipboard clibpoards->clipboards +clicable->clickable clickin->clicking, click in, cliens->clients cliensite->client-side @@ -24693,6 +24696,7 @@ equivalancy->equivalency equivalant->equivalent equivalantly->equivalently equivalants->equivalents +equivalen->equivalent equivalenet->equivalent, equivalents, equivalentsly->equivalently, equivalency, equivallent->equivalent @@ -32264,6 +32268,7 @@ indivudual->individual indivudually->individually indivuduals->individuals indizies->indices +indoro->indoor indpendent->independent indpendently->independently indrect->indirect diff --git a/codespell_lib/data/dictionary_rare.txt b/codespell_lib/data/dictionary_rare.txt index 243ad72e67..1273456105 100644 --- a/codespell_lib/data/dictionary_rare.txt +++ b/codespell_lib/data/dictionary_rare.txt @@ -239,6 +239,7 @@ regraded->regarded regrading->regarding remainer->remainder remainers->remainders +repot->report, repost, retuned->returned retying->retrying revered->reversed From f0911301605878c5f97552d0f53c80463386ae0c Mon Sep 17 00:00:00 2001 From: luzpaz Date: Sun, 4 Aug 2024 09:22:54 -0400 Subject: [PATCH 14/24] Add favilitate->facilitate and its variations (#3505) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- codespell_lib/data/dictionary.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/codespell_lib/data/dictionary.txt b/codespell_lib/data/dictionary.txt index b790a4bd03..011720e512 100644 --- a/codespell_lib/data/dictionary.txt +++ b/codespell_lib/data/dictionary.txt @@ -27439,6 +27439,13 @@ fauture->feature fautured->featured fautures->features fauturing->featuring +favilitate->facilitate +favilitated->facilitated +favilitates->facilitates +favilitating->facilitating +favilitation->facilitation +favilitator->facilitator +favilitators->facilitators favorin->favoring, favor in, favoutrable->favourable favritt->favorite From 3b793f2ca9805b574f22a36300667b4ba233cbd3 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 17:32:58 +0000 Subject: [PATCH 15/24] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/astral-sh/ruff-pre-commit: v0.5.5 → v0.5.6](https://github.com/astral-sh/ruff-pre-commit/compare/v0.5.5...v0.5.6) - [github.com/pre-commit/mirrors-mypy: v1.11.0 → v1.11.1](https://github.com/pre-commit/mirrors-mypy/compare/v1.11.0...v1.11.1) --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 75b478be8d..69f5160003 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -58,7 +58,7 @@ repos: - -d - "{extends: relaxed, rules: {line-length: {max: 90}}}" - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.5.5 + rev: v0.5.6 hooks: - id: ruff - id: ruff-format @@ -79,7 +79,7 @@ repos: hooks: - id: validate-pyproject - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.11.0 + rev: v1.11.1 hooks: - id: mypy args: ["--config-file", "pyproject.toml"] From 754ff923b3050824c454a3f8d4d68262f695c511 Mon Sep 17 00:00:00 2001 From: Nicolas Iooss Date: Wed, 7 Aug 2024 11:37:07 +0200 Subject: [PATCH 16/24] Add seemd -> seemed This typo seemed to appear in several projects: https://grep.app/search?q=seemd&words=true --- codespell_lib/data/dictionary.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/codespell_lib/data/dictionary.txt b/codespell_lib/data/dictionary.txt index 011720e512..4ffb77d2d7 100644 --- a/codespell_lib/data/dictionary.txt +++ b/codespell_lib/data/dictionary.txt @@ -51869,6 +51869,7 @@ seeging->sieging seein->seeing, see in, seen, stein, seelect->select seelected->selected +seemd->seemed seemes->seems seemless->seamless seemlessly->seamlessly From c6c85a81256b69ba271d1d5a0ce6fee54b42ddab Mon Sep 17 00:00:00 2001 From: Tyler White <50381805+IndexSeek@users.noreply.github.com> Date: Thu, 8 Aug 2024 12:48:04 -0400 Subject: [PATCH 17/24] feat: add typo spelling for capabilities (#3507) --- codespell_lib/data/dictionary.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/codespell_lib/data/dictionary.txt b/codespell_lib/data/dictionary.txt index 4ffb77d2d7..18ca5e27d1 100644 --- a/codespell_lib/data/dictionary.txt +++ b/codespell_lib/data/dictionary.txt @@ -10976,8 +10976,10 @@ capabilitiy->capability capabillities->capabilities capabillity->capability capabilties->capabilities +capabiltiies->capabilities capabiltities->capabilities capabiltity->capability +capabiltiy->capability capabilty->capability capabitilies->capabilities capabitily->capability From eb84ac9f8f57f84fb049cb0dc31db7c5fba49e3f Mon Sep 17 00:00:00 2001 From: Matteo Lupi Date: Fri, 9 Aug 2024 11:06:27 +0200 Subject: [PATCH 18/24] new typo in dict --- codespell_lib/data/dictionary.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/codespell_lib/data/dictionary.txt b/codespell_lib/data/dictionary.txt index 18ca5e27d1..cfd9bbc98a 100644 --- a/codespell_lib/data/dictionary.txt +++ b/codespell_lib/data/dictionary.txt @@ -24380,6 +24380,7 @@ enthusiatically->enthusiastically entierly->entirely entired->entered, entire, entireity->entirety +entirerly->entirely entires->entries entirey->entirely entirity->entirety From 8f116a5d99e54552290019ac478bf7fee5fc7d1f Mon Sep 17 00:00:00 2001 From: Nicolas Iooss Date: Fri, 9 Aug 2024 16:06:30 +0200 Subject: [PATCH 19/24] Add stuty -> study and variations It seems common to write "study" with a T instead of D: `stuty` appears in https://github.com/boschresearch/cx-testdata-2-edc/blob/e06311fea52ceb8263351c169b4bf4eda2acc742/dependencies.py#L45 `stutying` appears in https://github.com/lukas-brn/lukas-brn/blob/9ff9ef645dcc9b820d027917cfb1b0597094dae6/README.md?plain=1#L33 `stuties` appears in https://github.com/sanket293/shiv-pooja-angular-/blob/a22010662385646650a182a9eb4af571a597a3d5/todo.txt#L18 --- codespell_lib/data/dictionary.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/codespell_lib/data/dictionary.txt b/codespell_lib/data/dictionary.txt index cfd9bbc98a..964c8622de 100644 --- a/codespell_lib/data/dictionary.txt +++ b/codespell_lib/data/dictionary.txt @@ -55548,7 +55548,11 @@ stuructured->structured stuructures->structures sturucturing->structuring stutdown->shutdown +stutied->studied +stuties->studies stutus->status +stuty->study +stutying->studying styed->stayed, styled, styhe->style styile->style From a2de5805e3ce3852189d62779dcf747c3f92ebbc Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 17:20:32 +0000 Subject: [PATCH 20/24] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/astral-sh/ruff-pre-commit: v0.5.6 → v0.5.7](https://github.com/astral-sh/ruff-pre-commit/compare/v0.5.6...v0.5.7) --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 69f5160003..0e4d074845 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -58,7 +58,7 @@ repos: - -d - "{extends: relaxed, rules: {line-length: {max: 90}}}" - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.5.6 + rev: v0.5.7 hooks: - id: ruff - id: ruff-format From a47d6868c065e530982a91caf8ed4c4a806a1310 Mon Sep 17 00:00:00 2001 From: Clay Dugo Date: Fri, 16 Aug 2024 17:08:57 -0400 Subject: [PATCH 21/24] readibly->readably --- codespell_lib/data/dictionary.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/codespell_lib/data/dictionary.txt b/codespell_lib/data/dictionary.txt index 964c8622de..d14c399b59 100644 --- a/codespell_lib/data/dictionary.txt +++ b/codespell_lib/data/dictionary.txt @@ -47223,6 +47223,7 @@ reademe->README readiable->readable readibility->readability readible->readable +readibly->readably readig->reading readigs->readings readin->reading, read in, From f0695997de58d3b9c790a940cbb94e14640bdc97 Mon Sep 17 00:00:00 2001 From: Runtemund <102952298+Runtemund@users.noreply.github.com> Date: Sun, 18 Aug 2024 16:39:04 +0200 Subject: [PATCH 22/24] Add clapse->collapse to dictionary.txt (#3513) --- codespell_lib/data/dictionary.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/codespell_lib/data/dictionary.txt b/codespell_lib/data/dictionary.txt index d14c399b59..0a302a9ee5 100644 --- a/codespell_lib/data/dictionary.txt +++ b/codespell_lib/data/dictionary.txt @@ -12841,6 +12841,10 @@ clame->claim clammer->clamber, clamor, clanup->cleanup clanups->cleanups +clapse->collapse, clasp, claps, lapse, +clapsed->collapsed +clapses->collapses +clapsing->collapsing claravoyant->clairvoyant claravoyantes->clairvoyants claravoyants->clairvoyants From f8e1b5f5b95c4f0ad6f4e74eec1ab5bcbff0f03a Mon Sep 17 00:00:00 2001 From: Cornelius Roemer Date: Sun, 18 Aug 2024 18:50:41 +0200 Subject: [PATCH 23/24] fix(rare): remove loath->loathe, as loath is as common as loathe resolves #3522 --- codespell_lib/data/dictionary_rare.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/codespell_lib/data/dictionary_rare.txt b/codespell_lib/data/dictionary_rare.txt index 1273456105..4af779e7dc 100644 --- a/codespell_lib/data/dictionary_rare.txt +++ b/codespell_lib/data/dictionary_rare.txt @@ -159,7 +159,6 @@ lien->line liens->lines lightening->lightning, lighting, loafing->loading -loath->loathe lod->load, loud, lode, loner->longer loos->loose, lose, From b8619017a5d15166610fd369ecbcb914c3eb65dc Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 17:21:27 +0000 Subject: [PATCH 24/24] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/astral-sh/ruff-pre-commit: v0.5.7 → v0.6.1](https://github.com/astral-sh/ruff-pre-commit/compare/v0.5.7...v0.6.1) - [github.com/abravalheri/validate-pyproject: v0.18 → v0.19](https://github.com/abravalheri/validate-pyproject/compare/v0.18...v0.19) --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0e4d074845..11c8043d0a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -58,7 +58,7 @@ repos: - -d - "{extends: relaxed, rules: {line-length: {max: 90}}}" - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.5.7 + rev: v0.6.1 hooks: - id: ruff - id: ruff-format @@ -75,7 +75,7 @@ repos: additional_dependencies: - tomli - repo: https://github.com/abravalheri/validate-pyproject - rev: v0.18 + rev: v0.19 hooks: - id: validate-pyproject - repo: https://github.com/pre-commit/mirrors-mypy