mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
Bumps [codespell](https://github.com/codespell-project/codespell) from 2.2.2 to 2.2.4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/codespell-project/codespell/releases">codespell's releases</a>.</em></p> <blockquote> <h2>v2.2.4</h2> <h2>What's Changed</h2> <ul> <li>BUG: Fix bug with toml triage by <a href="https://github.com/larsoner"><code>@larsoner</code></a> in <a href="https://redirect.github.com/codespell-project/codespell/pull/2774">codespell-project/codespell#2774</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/codespell-project/codespell/compare/v2.2.3...v2.2.4">https://github.com/codespell-project/codespell/compare/v2.2.3...v2.2.4</a></p> <h2>v2.2.3</h2> <h2>NOTE:</h2> <p>This release is broken for Python < 3.11 without tomli installed in the presence of <code>.toml</code> files (e.g., <code>pyproject.toml</code>), see <a href="https://redirect.github.com/codespell-project/actions-codespell/issues/59">codespell-project/actions-codespell#59</a> !</p> <h2>What's Changed</h2> <ul> <li>Misspelling of sufficient, sufficiently by <a href="https://github.com/vikivivi"><code>@vikivivi</code></a> in <a href="https://redirect.github.com/codespell-project/codespell/pull/2531">codespell-project/codespell#2531</a></li> <li>insuffient->insufficient by <a href="https://github.com/tkoyama010"><code>@tkoyama010</code></a> in <a href="https://redirect.github.com/codespell-project/codespell/pull/2527">codespell-project/codespell#2527</a></li> <li>add anayltic(s|al|ally) -> analytic(s|al|ally) by <a href="https://github.com/robin-wayve"><code>@robin-wayve</code></a> in <a href="https://redirect.github.com/codespell-project/codespell/pull/2507">codespell-project/codespell#2507</a></li> <li>Ignore flake8 rule W503 by <a href="https://github.com/DimitriPapadopoulos"><code>@DimitriPapadopoulos</code></a> in <a href="https://redirect.github.com/codespell-project/codespell/pull/2069">codespell-project/codespell#2069</a></li> <li>Dead code found by vulture by <a href="https://github.com/DimitriPapadopoulos"><code>@DimitriPapadopoulos</code></a> in <a href="https://redirect.github.com/codespell-project/codespell/pull/2101">codespell-project/codespell#2101</a></li> <li>Move falsy and accreting to more appropriate files by <a href="https://github.com/janosh"><code>@janosh</code></a> in <a href="https://redirect.github.com/codespell-project/codespell/pull/2511">codespell-project/codespell#2511</a></li> <li>Add subtrate->substrate by <a href="https://github.com/janosh"><code>@janosh</code></a> in <a href="https://redirect.github.com/codespell-project/codespell/pull/2525">codespell-project/codespell#2525</a></li> <li>Add "subtask" by <a href="https://github.com/int-y1"><code>@int-y1</code></a> in <a href="https://redirect.github.com/codespell-project/codespell/pull/2537">codespell-project/codespell#2537</a></li> <li>Apply pyupgrade to project by <a href="https://github.com/jdufresne"><code>@jdufresne</code></a> in <a href="https://redirect.github.com/codespell-project/codespell/pull/2364">codespell-project/codespell#2364</a></li> <li>{speherical,sperhical}->spherical by <a href="https://github.com/janosh"><code>@janosh</code></a> in <a href="https://redirect.github.com/codespell-project/codespell/pull/2540">codespell-project/codespell#2540</a></li> <li>interepolation->interpolation by <a href="https://github.com/tkoyama010"><code>@tkoyama010</code></a> in <a href="https://redirect.github.com/codespell-project/codespell/pull/2512">codespell-project/codespell#2512</a></li> <li>Ignore .mypy_cache folder by <a href="https://github.com/kianmeng"><code>@kianmeng</code></a> in <a href="https://redirect.github.com/codespell-project/codespell/pull/2361">codespell-project/codespell#2361</a></li> <li>Fix uncaught exception on unreadable files by <a href="https://github.com/DimitriPapadopoulos"><code>@DimitriPapadopoulos</code></a> in <a href="https://redirect.github.com/codespell-project/codespell/pull/2196">codespell-project/codespell#2196</a></li> <li>Add constrainst to dictionary by <a href="https://github.com/jonathanberthias"><code>@jonathanberthias</code></a> in <a href="https://redirect.github.com/codespell-project/codespell/pull/2546">codespell-project/codespell#2546</a></li> <li>Add relative hidden directory and basic subdir tests by <a href="https://github.com/peternewman"><code>@peternewman</code></a> in <a href="https://redirect.github.com/codespell-project/codespell/pull/2542">codespell-project/codespell#2542</a></li> <li>Add trignometric->trigonometric by <a href="https://github.com/janosh"><code>@janosh</code></a> in <a href="https://redirect.github.com/codespell-project/codespell/pull/2549">codespell-project/codespell#2549</a></li> <li>Add virtualied->virtualized, virtualised and friends by <a href="https://github.com/peternewman"><code>@peternewman</code></a> in <a href="https://redirect.github.com/codespell-project/codespell/pull/2553">codespell-project/codespell#2553</a></li> <li>Add several spelling corrections by <a href="https://github.com/luzpaz"><code>@luzpaz</code></a> in <a href="https://redirect.github.com/codespell-project/codespell/pull/2521">codespell-project/codespell#2521</a></li> <li>Slightly simplify some boolean expressions by <a href="https://github.com/jdufresne"><code>@jdufresne</code></a> in <a href="https://redirect.github.com/codespell-project/codespell/pull/2556">codespell-project/codespell#2556</a></li> <li>MAINT: Add CODEOWNERS by <a href="https://github.com/larsoner"><code>@larsoner</code></a> in <a href="https://redirect.github.com/codespell-project/codespell/pull/2535">codespell-project/codespell#2535</a></li> <li>positivie->positive by <a href="https://github.com/janosh"><code>@janosh</code></a> in <a href="https://redirect.github.com/codespell-project/codespell/pull/2558">codespell-project/codespell#2558</a></li> <li>DOC/ENH: Clarify usage or configuration files and log about it by <a href="https://github.com/sappelhoff"><code>@sappelhoff</code></a> in <a href="https://redirect.github.com/codespell-project/codespell/pull/2552">codespell-project/codespell#2552</a></li> <li>Document required setuptools version by <a href="https://github.com/DimitriPapadopoulos"><code>@DimitriPapadopoulos</code></a> in <a href="https://redirect.github.com/codespell-project/codespell/pull/2560">codespell-project/codespell#2560</a></li> <li>Redundant wheel dependency in pyproject.toml by <a href="https://github.com/DimitriPapadopoulos"><code>@DimitriPapadopoulos</code></a> in <a href="https://redirect.github.com/codespell-project/codespell/pull/2562">codespell-project/codespell#2562</a></li> <li>Remove parameterizes->parametrizes by <a href="https://github.com/int-y1"><code>@int-y1</code></a> in <a href="https://redirect.github.com/codespell-project/codespell/pull/2563">codespell-project/codespell#2563</a></li> <li>Replace codecs.open with open by <a href="https://github.com/jdufresne"><code>@jdufresne</code></a> in <a href="https://redirect.github.com/codespell-project/codespell/pull/2378">codespell-project/codespell#2378</a></li> <li>Update subprocess usage to use modern subprocess.run() by <a href="https://github.com/jdufresne"><code>@jdufresne</code></a> in <a href="https://redirect.github.com/codespell-project/codespell/pull/2565">codespell-project/codespell#2565</a></li> <li>Fix produce typo by <a href="https://github.com/DimitriPapadopoulos"><code>@DimitriPapadopoulos</code></a> in <a href="https://redirect.github.com/codespell-project/codespell/pull/2561">codespell-project/codespell#2561</a></li> <li>Add a few corrections by <a href="https://github.com/int-y1"><code>@int-y1</code></a> in <a href="https://redirect.github.com/codespell-project/codespell/pull/2566">codespell-project/codespell#2566</a></li> <li>Migrate pytest config into pyproject.toml by <a href="https://github.com/cclauss"><code>@cclauss</code></a> in <a href="https://redirect.github.com/codespell-project/codespell/pull/2554">codespell-project/codespell#2554</a></li> <li>Handle bad globs passed to if --skip/-S by <a href="https://github.com/DimitriPapadopoulos"><code>@DimitriPapadopoulos</code></a> in <a href="https://redirect.github.com/codespell-project/codespell/pull/2159">codespell-project/codespell#2159</a></li> <li>Isn't the mailing list obsolete? by <a href="https://github.com/DimitriPapadopoulos"><code>@DimitriPapadopoulos</code></a> in <a href="https://redirect.github.com/codespell-project/codespell/pull/2090">codespell-project/codespell#2090</a></li> <li>More CODEOWNERS by <a href="https://github.com/peternewman"><code>@peternewman</code></a> in <a href="https://redirect.github.com/codespell-project/codespell/pull/2569">codespell-project/codespell#2569</a></li> <li>Remove unused attribute Misspelling.fixword by <a href="https://github.com/jdufresne"><code>@jdufresne</code></a> in <a href="https://redirect.github.com/codespell-project/codespell/pull/2557">codespell-project/codespell#2557</a></li> <li>Read config file without interpolation by <a href="https://github.com/DimitriPapadopoulos"><code>@DimitriPapadopoulos</code></a> in <a href="https://redirect.github.com/codespell-project/codespell/pull/2545">codespell-project/codespell#2545</a></li> <li>Add andriod->android and friends by <a href="https://github.com/peternewman"><code>@peternewman</code></a> in <a href="https://redirect.github.com/codespell-project/codespell/pull/2570">codespell-project/codespell#2570</a></li> <li>Add total type GB to US by <a href="https://github.com/peternewman"><code>@peternewman</code></a> in <a href="https://redirect.github.com/codespell-project/codespell/pull/2577">codespell-project/codespell#2577</a></li> <li>Catch all cases of missing pytest by <a href="https://github.com/DimitriPapadopoulos"><code>@DimitriPapadopoulos</code></a> in <a href="https://redirect.github.com/codespell-project/codespell/pull/2568">codespell-project/codespell#2568</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="ec0f41b957"><code>ec0f41b</code></a> BUG: Fix bug with toml triage (<a href="https://redirect.github.com/codespell-project/codespell/issues/2774">#2774</a>)</li> <li><a href="8fa416764c"><code>8fa4167</code></a> Switch from pytest tmpdir to tmp_path in tests (<a href="https://redirect.github.com/codespell-project/codespell/issues/2625">#2625</a>)</li> <li><a href="892922e11e"><code>892922e</code></a> ENH: Color matching wrong word in the interactive session (<a href="https://redirect.github.com/codespell-project/codespell/issues/2771">#2771</a>)</li> <li><a href="3601c9a8ef"><code>3601c9a</code></a> tetrahedoren->tetrahedron (<a href="https://redirect.github.com/codespell-project/codespell/issues/2769">#2769</a>)</li> <li><a href="41ed86a5d7"><code>41ed86a</code></a> Add spelling correction for vulnderabilit(y|ies)->vulnerabilit(y|ies)</li> <li><a href="22ac85a4fe"><code>22ac85a</code></a> doc: tomli is not needed for Python >= 3.11 (<a href="https://redirect.github.com/codespell-project/codespell/issues/2751">#2751</a>)</li> <li><a href="0c347972ab"><code>0c34797</code></a> Add a spelling correction</li> <li><a href="5c9aeeb013"><code>5c9aeeb</code></a> More precise ignore directive for mypy (<a href="https://redirect.github.com/codespell-project/codespell/issues/2760">#2760</a>)</li> <li><a href="bf8d70ce2e"><code>bf8d70c</code></a> Add deffault(s|ed)->default(s|ed) correction</li> <li><a href="55fe25616b"><code>55fe256</code></a> Add protlet(s)->portlet(s) correction</li> <li>Additional commits viewable in <a href="https://github.com/codespell-project/codespell/compare/v2.2.2...v2.2.4">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 lines
35 B
Plaintext
3 lines
35 B
Plaintext
pre-commit==3.2.1
|
|
codespell==2.2.4
|