Sourced from codespell's releases.
v2.2.4
What's Changed
- BUG: Fix bug with toml triage by
@larsonerin codespell-project/codespell#2774Full Changelog: https://github.com/codespell-project/codespell/compare/v2.2.3...v2.2.4
v2.2.3
NOTE:
This release is broken for Python < 3.11 without tomli installed in the presence of
.tomlfiles (e.g.,pyproject.toml), see codespell-project/actions-codespell#59 !What's Changed
- Misspelling of sufficient, sufficiently by
@vikiviviin codespell-project/codespell#2531- insuffient->insufficient by
@tkoyama010in codespell-project/codespell#2527- add anayltic(s|al|ally) -> analytic(s|al|ally) by
@robin-wayvein codespell-project/codespell#2507- Ignore flake8 rule W503 by
@DimitriPapadopoulosin codespell-project/codespell#2069- Dead code found by vulture by
@DimitriPapadopoulosin codespell-project/codespell#2101- Move falsy and accreting to more appropriate files by
@janoshin codespell-project/codespell#2511- Add subtrate->substrate by
@janoshin codespell-project/codespell#2525- Add "subtask" by
@int-y1in codespell-project/codespell#2537- Apply pyupgrade to project by
@jdufresnein codespell-project/codespell#2364- {speherical,sperhical}->spherical by
@janoshin codespell-project/codespell#2540- interepolation->interpolation by
@tkoyama010in codespell-project/codespell#2512- Ignore .mypy_cache folder by
@kianmengin codespell-project/codespell#2361- Fix uncaught exception on unreadable files by
@DimitriPapadopoulosin codespell-project/codespell#2196- Add constrainst to dictionary by
@jonathanberthiasin codespell-project/codespell#2546- Add relative hidden directory and basic subdir tests by
@peternewmanin codespell-project/codespell#2542- Add trignometric->trigonometric by
@janoshin codespell-project/codespell#2549- Add virtualied->virtualized, virtualised and friends by
@peternewmanin codespell-project/codespell#2553- Add several spelling corrections by
@luzpazin codespell-project/codespell#2521- Slightly simplify some boolean expressions by
@jdufresnein codespell-project/codespell#2556- MAINT: Add CODEOWNERS by
@larsonerin codespell-project/codespell#2535- positivie->positive by
@janoshin codespell-project/codespell#2558- DOC/ENH: Clarify usage or configuration files and log about it by
@sappelhoffin codespell-project/codespell#2552- Document required setuptools version by
@DimitriPapadopoulosin codespell-project/codespell#2560- Redundant wheel dependency in pyproject.toml by
@DimitriPapadopoulosin codespell-project/codespell#2562- Remove parameterizes->parametrizes by
@int-y1in codespell-project/codespell#2563- Replace codecs.open with open by
@jdufresnein codespell-project/codespell#2378- Update subprocess usage to use modern subprocess.run() by
@jdufresnein codespell-project/codespell#2565- Fix produce typo by
@DimitriPapadopoulosin codespell-project/codespell#2561- Add a few corrections by
@int-y1in codespell-project/codespell#2566- Migrate pytest config into pyproject.toml by
@cclaussin codespell-project/codespell#2554- Handle bad globs passed to if --skip/-S by
@DimitriPapadopoulosin codespell-project/codespell#2159- Isn't the mailing list obsolete? by
@DimitriPapadopoulosin codespell-project/codespell#2090- More CODEOWNERS by
@peternewmanin codespell-project/codespell#2569- Remove unused attribute Misspelling.fixword by
@jdufresnein codespell-project/codespell#2557- Read config file without interpolation by
@DimitriPapadopoulosin codespell-project/codespell#2545- Add andriod->android and friends by
@peternewmanin codespell-project/codespell#2570- Add total type GB to US by
@peternewmanin codespell-project/codespell#2577- Catch all cases of missing pytest by
@DimitriPapadopoulosin codespell-project/codespell#2568
... (truncated)
ec0f41b
BUG: Fix bug with toml triage (#2774)8fa4167
Switch from pytest tmpdir to tmp_path in tests (#2625)892922e
ENH: Color matching wrong word in the interactive session (#2771)3601c9a
tetrahedoren->tetrahedron (#2769)41ed86a
Add spelling correction for
vulnderabilit(y|ies)->vulnerabilit(y|ies)22ac85a
doc: tomli is not needed for Python >= 3.11 (#2751)0c34797
Add a spelling correction5c9aeeb
More precise ignore directive for mypy (#2760)bf8d70c
Add deffault(s|ed)->default(s|ed) correction55fe256
Add protlet(s)->portlet(s) correction