Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for on/off comments #287

Merged
merged 12 commits into from
Jun 30, 2024
Merged

Conversation

pawamoy
Copy link
Contributor

@pawamoy pawamoy commented Sep 16, 2023

Closes #193

@pawamoy
Copy link
Contributor Author

pawamoy commented Sep 16, 2023

Not sure yet how you'd like to add support for rST and Latex.

rST comments would look like this:

..
    blacken-docs:off

.. code-block:: python

    f(1,2,3)

..
    blacken-docs:on

And Latex ones like this:

% blacken-docs:off

\begin{minted}{python}
f(1,2,3)
\end{minted}

% blacken-docs:on

Should we extend the comment regex to match all three kinds of comments regardless of the source file type?

@pawamoy
Copy link
Contributor Author

pawamoy commented Sep 18, 2023

OK we now have a single regex for the three syntax, and tests for each.

@pawamoy pawamoy marked this pull request as ready for review September 18, 2023 10:59
@pawamoy
Copy link
Contributor Author

pawamoy commented Sep 18, 2023

Pre-commit doesn't use the modified code, therefore my examples in the README got formatted 😅
I suppose we should first release, then modify back to remove spaces in f(1, 2, 3), and this time it won't get formatted.

@pawamoy
Copy link
Contributor Author

pawamoy commented Sep 18, 2023

Also note sure how to cover line 120.

@pawamoy
Copy link
Contributor Author

pawamoy commented Sep 25, 2023

@adamchainz gentle ping 🙂

@pawamoy
Copy link
Contributor Author

pawamoy commented Oct 6, 2023

@adamchainz is it OK if I ping you from time to time? That's what I ask from others when I don't answer, but you might work differently, and I don't want to bother you 🙂

@adamchainz
Copy link
Owner

Please don’t ping

pawamoy added a commit to pawamoy/copier-pdm that referenced this pull request Oct 12, 2023
@pawamoy
Copy link
Contributor Author

pawamoy commented Mar 5, 2024

I stopped using blacken-docs some time ago, so I'll close this PR, but feel free to reopen it if you or other users are still interested in getting it merged 🙂

@pawamoy pawamoy closed this Mar 5, 2024
@adamchainz
Copy link
Owner

I still intend to add this

@adamchainz adamchainz merged commit adc7e69 into adamchainz:main Jun 30, 2024
7 checks passed
@adamchainz
Copy link
Owner

Thank you for the PR, I finally found time to review and finish it off. You may be interested in reading the intermediate commits.

@pawamoy
Copy link
Contributor Author

pawamoy commented Jun 30, 2024

Awesome, thanks. You made some clever optimizations and simplifications that I will keep in mind!

AlexWaygood referenced this pull request in AlexWaygood/typeshed-stats Jul 1, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change | Age | Adoption | Passing |
Confidence |
|---|---|---|---|---|---|---|---|
|
[adamchainz/blacken-docs](https://github.com/adamchainz/blacken-docs)
| repository | minor | `1.16.0` -> `1.18.0` |
[![age](https://developer.mend.io/api/mc/badges/age/github-tags/adamchainz%2fblacken-docs/1.18.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/github-tags/adamchainz%2fblacken-docs/1.18.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/github-tags/adamchainz%2fblacken-docs/1.16.0/1.18.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/github-tags/adamchainz%2fblacken-docs/1.16.0/1.18.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[astral-sh/ruff-pre-commit](https://github.com/astral-sh/ruff-pre-commit)
| repository | minor | `v0.3.5` -> `v0.5.0` |
[![age](https://developer.mend.io/api/mc/badges/age/github-tags/astral-sh%2fruff-pre-commit/v0.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/github-tags/astral-sh%2fruff-pre-commit/v0.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/github-tags/astral-sh%2fruff-pre-commit/v0.3.5/v0.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/github-tags/astral-sh%2fruff-pre-commit/v0.3.5/v0.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[codespell-project/codespell](https://github.com/codespell-project/codespell)
| repository | minor | `v2.2.6` -> `v2.3.0` |
[![age](https://developer.mend.io/api/mc/badges/age/github-tags/codespell-project%2fcodespell/v2.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/github-tags/codespell-project%2fcodespell/v2.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/github-tags/codespell-project%2fcodespell/v2.2.6/v2.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/github-tags/codespell-project%2fcodespell/v2.2.6/v2.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [docs/MarkDown](https://github.com/Python-Markdown/markdown)
([changelog](https://python-markdown.github.io/changelog/)) |
project.optional-dependencies | minor | `==3.5.2` -> `==3.6` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/docs%2fMarkDown/3.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/docs%2fMarkDown/3.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/docs%2fMarkDown/3.5.2/3.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/docs%2fMarkDown/3.5.2/3.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [docs/mkdocs](https://github.com/mkdocs/mkdocs)
([changelog](https://www.mkdocs.org/about/release-notes/)) |
project.optional-dependencies | minor | `==1.5.3` -> `==1.6.0` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/docs%2fmkdocs/1.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/docs%2fmkdocs/1.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/docs%2fmkdocs/1.5.3/1.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/docs%2fmkdocs/1.5.3/1.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [docs/mkdocs-material](https://github.com/squidfunk/mkdocs-material)
([changelog](https://squidfunk.github.io/mkdocs-material/changelog/)) |
project.optional-dependencies | patch | `==9.5.16` -> `==9.5.27` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/docs%2fmkdocs-material/9.5.27?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/docs%2fmkdocs-material/9.5.27?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/docs%2fmkdocs-material/9.5.16/9.5.27?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/docs%2fmkdocs-material/9.5.16/9.5.27?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [docs/mkdocstrings](https://github.com/mkdocstrings/mkdocstrings)
([changelog](https://mkdocstrings.github.io/changelog)) |
project.optional-dependencies | minor | `==0.24.1` -> `==0.25.1` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/docs%2fmkdocstrings/0.25.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/docs%2fmkdocstrings/0.25.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/docs%2fmkdocstrings/0.24.1/0.25.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/docs%2fmkdocstrings/0.24.1/0.25.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [docs/mkdocstrings-python](https://github.com/mkdocstrings/python)
([changelog](https://mkdocstrings.github.io/python/changelog)) |
project.optional-dependencies | minor | `==1.9.0` -> `==1.10.5` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/docs%2fmkdocstrings-python/1.10.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/docs%2fmkdocstrings-python/1.10.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/docs%2fmkdocstrings-python/1.9.0/1.10.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/docs%2fmkdocstrings-python/1.9.0/1.10.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[igorshubovych/markdownlint-cli](https://github.com/igorshubovych/markdownlint-cli)
| repository | minor | `v0.39.0` -> `v0.41.0` |
[![age](https://developer.mend.io/api/mc/badges/age/github-tags/igorshubovych%2fmarkdownlint-cli/v0.41.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/github-tags/igorshubovych%2fmarkdownlint-cli/v0.41.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/github-tags/igorshubovych%2fmarkdownlint-cli/v0.39.0/v0.41.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/github-tags/igorshubovych%2fmarkdownlint-cli/v0.39.0/v0.41.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [misc-lint/ruff](https://docs.astral.sh/ruff)
([source](https://github.com/astral-sh/ruff),
[changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md))
| project.optional-dependencies | minor | `==0.3.5` -> `==0.5.0` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/misc-lint%2fruff/0.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/misc-lint%2fruff/0.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/misc-lint%2fruff/0.3.5/0.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/misc-lint%2fruff/0.3.5/0.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[pre-commit/pre-commit-hooks](https://github.com/pre-commit/pre-commit-hooks)
| repository | minor | `v4.5.0` -> `v4.6.0` |
[![age](https://developer.mend.io/api/mc/badges/age/github-tags/pre-commit%2fpre-commit-hooks/v4.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/github-tags/pre-commit%2fpre-commit-hooks/v4.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/github-tags/pre-commit%2fpre-commit-hooks/v4.5.0/v4.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/github-tags/pre-commit%2fpre-commit-hooks/v4.5.0/v4.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [pytest/coverage](https://github.com/nedbat/coveragepy) |
project.optional-dependencies | minor | `==7.4.4` -> `==7.5.4` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/pytest%2fcoverage/7.5.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/pytest%2fcoverage/7.5.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/pytest%2fcoverage/7.4.4/7.5.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/pytest%2fcoverage/7.4.4/7.5.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [pytest/pytest](https://github.com/pytest-dev/pytest)
([changelog](https://docs.pytest.org/en/stable/changelog.html)) |
project.optional-dependencies | minor | `==8.1.1` -> `==8.2.2` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/pytest%2fpytest/8.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/pytest%2fpytest/8.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/pytest%2fpytest/8.1.1/8.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/pytest%2fpytest/8.1.1/8.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[pytest/pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio)
([changelog](https://pytest-asyncio.readthedocs.io/en/latest/reference/changelog.html))
| project.optional-dependencies | patch | `==0.23.6` -> `==0.23.7` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/pytest%2fpytest-asyncio/0.23.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/pytest%2fpytest-asyncio/0.23.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/pytest%2fpytest-asyncio/0.23.6/0.23.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/pytest%2fpytest-asyncio/0.23.6/0.23.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [typecheck/mypy](https://www.mypy-lang.org/)
([source](https://github.com/python/mypy),
[changelog](https://mypy-lang.blogspot.com/)) |
project.optional-dependencies | minor | `==1.9.0` -> `==1.10.1` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/typecheck%2fmypy/1.10.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/typecheck%2fmypy/1.10.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/typecheck%2fmypy/1.9.0/1.10.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/typecheck%2fmypy/1.9.0/1.10.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [typecheck/types-beautifulsoup4](https://github.com/python/typeshed)
([changelog](https://github.com/typeshed-internal/stub_uploader/blob/main/data/changelogs/beautifulsoup4.md))
| project.optional-dependencies | patch | `==4.12.0.20240229` ->
`==4.12.0.20240511` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/typecheck%2ftypes-beautifulsoup4/4.12.0.20240511?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/typecheck%2ftypes-beautifulsoup4/4.12.0.20240511?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/typecheck%2ftypes-beautifulsoup4/4.12.0.20240229/4.12.0.20240511?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/typecheck%2ftypes-beautifulsoup4/4.12.0.20240229/4.12.0.20240511?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

Note: The `pre-commit` manager in Renovate is not supported by the
`pre-commit` maintainers or community. Please do not report any problems
there, instead [create a Discussion in the Renovate
repository](https://github.com/renovatebot/renovate/discussions/new)
if you have any questions.

---

### Release Notes

<details>
<summary>adamchainz/blacken-docs (adamchainz/blacken-docs)</summary>

###
[`v1.18.0`](https://github.com/adamchainz/blacken-docs/blob/HEAD/CHANGELOG.rst#1180-2024-06-30)

[Compare
Source](https://github.com/adamchainz/blacken-docs/compare/1.17.0...1.18.0)

-   Add support for on/off comments.

Thanks to Timothée Mazzucotelli in `PR #&#8203;287
<https://github.com/adamchainz/blacken-docs/pull/287>`\__.

- Fix Markdown `pycon` formatting to allow formatting the rest of the
file.

###
[`v1.17.0`](https://github.com/adamchainz/blacken-docs/blob/HEAD/CHANGELOG.rst#1170-2024-06-29)

[Compare
Source](https://github.com/adamchainz/blacken-docs/compare/1.16.0...1.17.0)

-   Add a `--check` option.
When used, blacken-docs will not modify files but indicate when changes
are necessary with a message and non-zero exit code.

Thanks to Joaquim Esteves in `PR #&#8203;278
<https://github.com/adamchainz/blacken-docs/pull/278>`\__.

-   Allow options in LaTeX minted blocks.

Thanks to Peter Cock in `PR #&#8203;313
<https://github.com/adamchainz/blacken-docs/pull/313>`\__.

-   Ignore language specifiers after newlines in Markdown code blocks.

Thanks to Harutaka Kawamura in `PR #&#8203;283
<https://github.com/adamchainz/blacken-docs/pull/283>`\__.

</details>

<details>
<summary>astral-sh/ruff-pre-commit (astral-sh/ruff-pre-commit)</summary>

###
[`v0.5.0`](https://github.com/astral-sh/ruff-pre-commit/releases/tag/v0.5.0)

[Compare
Source](https://github.com/astral-sh/ruff-pre-commit/compare/v0.4.10...v0.5.0)

See: https://github.com/astral-sh/ruff/releases/tag/0.5.0

###
[`v0.4.10`](https://github.com/astral-sh/ruff-pre-commit/releases/tag/v0.4.10)

[Compare
Source](https://github.com/astral-sh/ruff-pre-commit/compare/v0.4.9...v0.4.10)

See: https://github.com/astral-sh/ruff/releases/tag/v0.4.10

###
[`v0.4.9`](https://github.com/astral-sh/ruff-pre-commit/releases/tag/v0.4.9)

[Compare
Source](https://github.com/astral-sh/ruff-pre-commit/compare/v0.4.8...v0.4.9)

See: https://github.com/astral-sh/ruff/releases/tag/v0.4.9

###
[`v0.4.8`](https://github.com/astral-sh/ruff-pre-commit/releases/tag/v0.4.8)

[Compare
Source](https://github.com/astral-sh/ruff-pre-commit/compare/v0.4.7...v0.4.8)

See: https://github.com/astral-sh/ruff/releases/tag/v0.4.8

###
[`v0.4.7`](https://github.com/astral-sh/ruff-pre-commit/releases/tag/v0.4.7)

[Compare
Source](https://github.com/astral-sh/ruff-pre-commit/compare/v0.4.6...v0.4.7)

See: https://github.com/astral-sh/ruff/releases/tag/v0.4.7

###
[`v0.4.6`](https://github.com/astral-sh/ruff-pre-commit/releases/tag/v0.4.6)

[Compare
Source](https://github.com/astral-sh/ruff-pre-commit/compare/v0.4.5...v0.4.6)

See: https://github.com/astral-sh/ruff/releases/tag/v0.4.6

###
[`v0.4.5`](https://github.com/astral-sh/ruff-pre-commit/releases/tag/v0.4.5)

[Compare
Source](https://github.com/astral-sh/ruff-pre-commit/compare/v0.4.4...v0.4.5)

See: https://github.com/astral-sh/ruff/releases/tag/v0.4.5

###
[`v0.4.4`](https://github.com/astral-sh/ruff-pre-commit/releases/tag/v0.4.4)

[Compare
Source](https://github.com/astral-sh/ruff-pre-commit/compare/v0.4.3...v0.4.4)

See: https://github.com/astral-sh/ruff/releases/tag/v0.4.4

###
[`v0.4.3`](https://github.com/astral-sh/ruff-pre-commit/releases/tag/v0.4.3)

[Compare
Source](https://github.com/astral-sh/ruff-pre-commit/compare/v0.4.2...v0.4.3)

See: https://github.com/astral-sh/ruff/releases/tag/v0.4.3

###
[`v0.4.2`](https://github.com/astral-sh/ruff-pre-commit/releases/tag/v0.4.2)

[Compare
Source](https://github.com/astral-sh/ruff-pre-commit/compare/v0.4.1...v0.4.2)

See: https://github.com/astral-sh/ruff/releases/tag/v0.4.2

###
[`v0.4.1`](https://github.com/astral-sh/ruff-pre-commit/releases/tag/v0.4.1)

[Compare
Source](https://github.com/astral-sh/ruff-pre-commit/compare/v0.4.0...v0.4.1)

See: https://github.com/astral-sh/ruff/releases/tag/v0.4.1

###
[`v0.4.0`](https://github.com/astral-sh/ruff-pre-commit/releases/tag/v0.4.0)

[Compare
Source](https://github.com/astral-sh/ruff-pre-commit/compare/v0.3.7...v0.4.0)

See: https://github.com/astral-sh/ruff/releases/tag/v0.4.0

###
[`v0.3.7`](https://github.com/astral-sh/ruff-pre-commit/releases/tag/v0.3.7)

[Compare
Source](https://github.com/astral-sh/ruff-pre-commit/compare/v0.3.6...v0.3.7)

See: https://github.com/astral-sh/ruff/releases/tag/v0.3.7

###
[`v0.3.6`](https://github.com/astral-sh/ruff-pre-commit/releases/tag/v0.3.6)

[Compare
Source](https://github.com/astral-sh/ruff-pre-commit/compare/v0.3.5...v0.3.6)

See: https://github.com/astral-sh/ruff/releases/tag/v0.3.6

</details>

<details>
<summary>codespell-project/codespell
(codespell-project/codespell)</summary>

###
[`v2.3.0`](https://github.com/codespell-project/codespell/releases/tag/v2.3.0)

[Compare
Source](https://github.com/codespell-project/codespell/compare/v2.2.6...v2.3.0)

#### What's Changed

- \[pre-commit.ci] pre-commit autoupdate by
[@&#8203;pre-commit-ci](https://github.com/pre-commit-ci) in
[https://github.com/codespell-project/codespell/pull/3115](https://github.com/codespell-project/codespell/pull/3115)
- Add schematrion->schematron by
[@&#8203;AirQuick](https://github.com/AirQuick) in
[https://github.com/codespell-project/codespell/pull/3116](https://github.com/codespell-project/codespell/pull/3116)
- Add explicit Python 3.12 support by
[@&#8203;korverdev](https://github.com/korverdev) in
[https://github.com/codespell-project/codespell/pull/3121](https://github.com/codespell-project/codespell/pull/3121)
- Add miscellaneous typos by
[@&#8203;korverdev](https://github.com/korverdev) in
[https://github.com/codespell-project/codespell/pull/3117](https://github.com/codespell-project/codespell/pull/3117)
- fix: aesthetic(s) should be kept as is by
[@&#8203;SimonVerhoeven](https://github.com/SimonVerhoeven) in
[https://github.com/codespell-project/codespell/pull/3126](https://github.com/codespell-project/codespell/pull/3126)
- Add more labour\* variants by
[@&#8203;SimonVerhoeven](https://github.com/SimonVerhoeven) in
[https://github.com/codespell-project/codespell/pull/3128](https://github.com/codespell-project/codespell/pull/3128)
- Add additional spelling corrections for prior and variant. by
[@&#8203;cfi-gb](https://github.com/cfi-gb) in
[https://github.com/codespell-project/codespell/pull/3135](https://github.com/codespell-project/codespell/pull/3135)
- Fix `no-commit-to-branch` Pre-Commit check by
[@&#8203;korverdev](https://github.com/korverdev) in
[https://github.com/codespell-project/codespell/pull/3130](https://github.com/codespell-project/codespell/pull/3130)
- \[pre-commit.ci] pre-commit autoupdate by
[@&#8203;pre-commit-ci](https://github.com/pre-commit-ci) in
[https://github.com/codespell-project/codespell/pull/3131](https://github.com/codespell-project/codespell/pull/3131)
- \[pre-commit.ci] pre-commit autoupdate by
[@&#8203;pre-commit-ci](https://github.com/pre-commit-ci) in
[https://github.com/codespell-project/codespell/pull/3155](https://github.com/codespell-project/codespell/pull/3155)
- Return exit status in **main**.py by
[@&#8203;szepeviktor](https://github.com/szepeviktor) in
[https://github.com/codespell-project/codespell/pull/3157](https://github.com/codespell-project/codespell/pull/3157)
- Fix ruff alerts (currently) not caught by pre-commit by
[@&#8203;DimitriPapadopoulos](https://github.com/DimitriPapadopoulos)
in
[https://github.com/codespell-project/codespell/pull/3158](https://github.com/codespell-project/codespell/pull/3158)
- Added new word by
[@&#8203;muhahahmad68](https://github.com/muhahahmad68) in
[https://github.com/codespell-project/codespell/pull/3146](https://github.com/codespell-project/codespell/pull/3146)
- `dictionary.txt` additions by
[@&#8203;janosh](https://github.com/janosh) in
[https://github.com/codespell-project/codespell/pull/3149](https://github.com/codespell-project/codespell/pull/3149)
- Add Gelma's typos that start with "a" by
[@&#8203;int-y1](https://github.com/int-y1) in
[https://github.com/codespell-project/codespell/pull/3150](https://github.com/codespell-project/codespell/pull/3150)
- Add Gelma's typos from "b" to "cl" by
[@&#8203;int-y1](https://github.com/int-y1) in
[https://github.com/codespell-project/codespell/pull/3163](https://github.com/codespell-project/codespell/pull/3163)
- Add some academies typos by
[@&#8203;peternewman](https://github.com/peternewman) in
[https://github.com/codespell-project/codespell/pull/3173](https://github.com/codespell-project/codespell/pull/3173)
- Add Gelma's typos from "co" to "cy" by
[@&#8203;int-y1](https://github.com/int-y1) in
[https://github.com/codespell-project/codespell/pull/3167](https://github.com/codespell-project/codespell/pull/3167)
- Add Gelma's typos that start with "d" by
[@&#8203;int-y1](https://github.com/int-y1) in
[https://github.com/codespell-project/codespell/pull/3168](https://github.com/codespell-project/codespell/pull/3168)
- Refactor code using `encodings` by
[@&#8203;DimitriPapadopoulos](https://github.com/DimitriPapadopoulos)
in
[https://github.com/codespell-project/codespell/pull/3172](https://github.com/codespell-project/codespell/pull/3172)
- \[pre-commit.ci] pre-commit autoupdate by
[@&#8203;pre-commit-ci](https://github.com/pre-commit-ci) in
[https://github.com/codespell-project/codespell/pull/3176](https://github.com/codespell-project/codespell/pull/3176)
- Add Gelma's typos that start with "e" by
[@&#8203;int-y1](https://github.com/int-y1) in
[https://github.com/codespell-project/codespell/pull/3174](https://github.com/codespell-project/codespell/pull/3174)
- Add Gelma's typos from "f" to "h" by
[@&#8203;int-y1](https://github.com/int-y1) in
[https://github.com/codespell-project/codespell/pull/3175](https://github.com/codespell-project/codespell/pull/3175)
- Add alwats->always correction. by
[@&#8203;cfi-gb](https://github.com/cfi-gb) in
[https://github.com/codespell-project/codespell/pull/3178](https://github.com/codespell-project/codespell/pull/3178)
- Add obsloete->obsolete and friend by
[@&#8203;peternewman](https://github.com/peternewman) in
[https://github.com/codespell-project/codespell/pull/3019](https://github.com/codespell-project/codespell/pull/3019)
- Add entries to rare dictionary by
[@&#8203;DimitriPapadopoulos](https://github.com/DimitriPapadopoulos)
in
[https://github.com/codespell-project/codespell/pull/3179](https://github.com/codespell-project/codespell/pull/3179)
- Add Gelma's typos that start with "i" by
[@&#8203;int-y1](https://github.com/int-y1) in
[https://github.com/codespell-project/codespell/pull/3177](https://github.com/codespell-project/codespell/pull/3177)
- diagional -> diagonal by
[@&#8203;tkoyama010](https://github.com/tkoyama010) in
[https://github.com/codespell-project/codespell/pull/3183](https://github.com/codespell-project/codespell/pull/3183)
- Add Gelma's typos from "j" to "m" by
[@&#8203;int-y1](https://github.com/int-y1) in
[https://github.com/codespell-project/codespell/pull/3180](https://github.com/codespell-project/codespell/pull/3180)
- Add Gelma's typos from "n" to "o" by
[@&#8203;int-y1](https://github.com/int-y1) in
[https://github.com/codespell-project/codespell/pull/3182](https://github.com/codespell-project/codespell/pull/3182)
- Add corrections for vulnerbailit(y|ies)->vulnerabilit(y|ies). by
[@&#8203;cfi-gb](https://github.com/cfi-gb) in
[https://github.com/codespell-project/codespell/pull/3185](https://github.com/codespell-project/codespell/pull/3185)
- Add Gelma's typos that start with "p" by
[@&#8203;int-y1](https://github.com/int-y1) in
[https://github.com/codespell-project/codespell/pull/3184](https://github.com/codespell-project/codespell/pull/3184)
- Add Gelma's typos from "q" to "r" by
[@&#8203;int-y1](https://github.com/int-y1) in
[https://github.com/codespell-project/codespell/pull/3186](https://github.com/codespell-project/codespell/pull/3186)
- \[pre-commit.ci] pre-commit autoupdate by
[@&#8203;pre-commit-ci](https://github.com/pre-commit-ci) in
[https://github.com/codespell-project/codespell/pull/3193](https://github.com/codespell-project/codespell/pull/3193)
- openign->opening by [@&#8203;claydugo](https://github.com/claydugo)
in
[https://github.com/codespell-project/codespell/pull/3194](https://github.com/codespell-project/codespell/pull/3194)
- Add Gelma's typos that start with "s" by
[@&#8203;int-y1](https://github.com/int-y1) in
[https://github.com/codespell-project/codespell/pull/3187](https://github.com/codespell-project/codespell/pull/3187)
- Add spelling corrections for evaluate by
[@&#8203;adrien-berchet](https://github.com/adrien-berchet) in
[https://github.com/codespell-project/codespell/pull/3195](https://github.com/codespell-project/codespell/pull/3195)
- Add Gelma's typos from "t" to "z" by
[@&#8203;int-y1](https://github.com/int-y1) in
[https://github.com/codespell-project/codespell/pull/3188](https://github.com/codespell-project/codespell/pull/3188)
- Dict update by [@&#8203;macpijan](https://github.com/macpijan) in
[https://github.com/codespell-project/codespell/pull/3197](https://github.com/codespell-project/codespell/pull/3197)
- Improve existing suggestions by
[@&#8203;int-y1](https://github.com/int-y1) in
[https://github.com/codespell-project/codespell/pull/3200](https://github.com/codespell-project/codespell/pull/3200)
- Add a timeout to jobs that may benefit from it by
[@&#8203;DimitriPapadopoulos](https://github.com/DimitriPapadopoulos)
in
[https://github.com/codespell-project/codespell/pull/3199](https://github.com/codespell-project/codespell/pull/3199)
- \[pre-commit.ci] pre-commit autoupdate by
[@&#8203;pre-commit-ci](https://github.com/pre-commit-ci) in
[https://github.com/codespell-project/codespell/pull/3201](https://github.com/codespell-project/codespell/pull/3201)
- Unify multiple identities of luzpuz and Dimitri by
[@&#8203;yarikoptic](https://github.com/yarikoptic) in
[https://github.com/codespell-project/codespell/pull/3205](https://github.com/codespell-project/codespell/pull/3205)
- Ignore personal names Damon and Manuel by
[@&#8203;hugovk](https://github.com/hugovk) in
[https://github.com/codespell-project/codespell/pull/3204](https://github.com/codespell-project/codespell/pull/3204)
- \[pre-commit.ci] pre-commit autoupdate by
[@&#8203;pre-commit-ci](https://github.com/pre-commit-ci) in
[https://github.com/codespell-project/codespell/pull/3214](https://github.com/codespell-project/codespell/pull/3214)
- Ignore ill-formed INI files instead of crashing by
[@&#8203;DimitriPapadopoulos](https://github.com/DimitriPapadopoulos)
in
[https://github.com/codespell-project/codespell/pull/3213](https://github.com/codespell-project/codespell/pull/3213)
- don't show stacktrace from KeyboardInterrupt
[#&#8203;3217](https://github.com/codespell-project/codespell/issues/3217)
by [@&#8203;jcubic](https://github.com/jcubic) in
[https://github.com/codespell-project/codespell/pull/3218](https://github.com/codespell-project/codespell/pull/3218)
- Adding 'hareware' to spelling corrections. by
[@&#8203;barndawgie](https://github.com/barndawgie) in
[https://github.com/codespell-project/codespell/pull/3215](https://github.com/codespell-project/codespell/pull/3215)
- Add typos for knownledge->knowledge, analyzis->analysis and
compialtion->compilation by
[@&#8203;fishilico](https://github.com/fishilico) in
[https://github.com/codespell-project/codespell/pull/3222](https://github.com/codespell-project/codespell/pull/3222)
- \[pre-commit.ci] pre-commit autoupdate by
[@&#8203;pre-commit-ci](https://github.com/pre-commit-ci) in
[https://github.com/codespell-project/codespell/pull/3228](https://github.com/codespell-project/codespell/pull/3228)
- Add --stdin-single-line option by
[@&#8203;Jendker](https://github.com/Jendker) in
[https://github.com/codespell-project/codespell/pull/3224](https://github.com/codespell-project/codespell/pull/3224)
- Add spelling corrections for parameters by
[@&#8203;adrien-berchet](https://github.com/adrien-berchet) in
[https://github.com/codespell-project/codespell/pull/3230](https://github.com/codespell-project/codespell/pull/3230)
- Ignore line endings in exclude-file by
[@&#8203;Jackenmen](https://github.com/Jackenmen) in
[https://github.com/codespell-project/codespell/pull/1889](https://github.com/codespell-project/codespell/pull/1889)
- Add typo offsers by
[@&#8203;yarikoptic](https://github.com/yarikoptic) in
[https://github.com/codespell-project/codespell/pull/3232](https://github.com/codespell-project/codespell/pull/3232)
- \[pre-commit.ci] pre-commit autoupdate by
[@&#8203;pre-commit-ci](https://github.com/pre-commit-ci) in
[https://github.com/codespell-project/codespell/pull/3235](https://github.com/codespell-project/codespell/pull/3235)
- Process files in sorted rather than arbitrary order by
[@&#8203;hugovk](https://github.com/hugovk) in
[https://github.com/codespell-project/codespell/pull/3234](https://github.com/codespell-project/codespell/pull/3234)
- Add refinement to 'remore' typo by
[@&#8203;luzpaz](https://github.com/luzpaz) in
[https://github.com/codespell-project/codespell/pull/3236](https://github.com/codespell-project/codespell/pull/3236)
- chore(license): update to use spdx id by
[@&#8203;chenrui333](https://github.com/chenrui333) in
[https://github.com/codespell-project/codespell/pull/3231](https://github.com/codespell-project/codespell/pull/3231)
- Materials science related corrections by
[@&#8203;janosh](https://github.com/janosh) in
[https://github.com/codespell-project/codespell/pull/3237](https://github.com/codespell-project/codespell/pull/3237)
- Add spelling corrections for vulnerability and variant. by
[@&#8203;cfi-gb](https://github.com/cfi-gb) in
[https://github.com/codespell-project/codespell/pull/3239](https://github.com/codespell-project/codespell/pull/3239)
- Bump actions/setup-python from 4 to 5 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/codespell-project/codespell/pull/3240](https://github.com/codespell-project/codespell/pull/3240)
- add velcoity -> velocity by
[@&#8203;zingale](https://github.com/zingale) in
[https://github.com/codespell-project/codespell/pull/3241](https://github.com/codespell-project/codespell/pull/3241)
- black → ruff format by
[@&#8203;DimitriPapadopoulos](https://github.com/DimitriPapadopoulos)
in
[https://github.com/codespell-project/codespell/pull/3242](https://github.com/codespell-project/codespell/pull/3242)
- ot is a typo also for it, which i is close to o by
[@&#8203;yarikoptic](https://github.com/yarikoptic) in
[https://github.com/codespell-project/codespell/pull/3247](https://github.com/codespell-project/codespell/pull/3247)
- Apply a selection of refurb rules by
[@&#8203;DimitriPapadopoulos](https://github.com/DimitriPapadopoulos)
in
[https://github.com/codespell-project/codespell/pull/3244](https://github.com/codespell-project/codespell/pull/3244)
- Get rid of autoflake by
[@&#8203;DimitriPapadopoulos](https://github.com/DimitriPapadopoulos)
in
[https://github.com/codespell-project/codespell/pull/3250](https://github.com/codespell-project/codespell/pull/3250)
- Bump actions/upload-artifact from 3 to 4 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/codespell-project/codespell/pull/3253](https://github.com/codespell-project/codespell/pull/3253)
- Bump actions/download-artifact from 3 to 4 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/codespell-project/codespell/pull/3254](https://github.com/codespell-project/codespell/pull/3254)
- \[pre-commit.ci] pre-commit autoupdate by
[@&#8203;pre-commit-ci](https://github.com/pre-commit-ci) in
[https://github.com/codespell-project/codespell/pull/3257](https://github.com/codespell-project/codespell/pull/3257)
- Add spelling correction for miltiple and variant. by
[@&#8203;cfi-gb](https://github.com/cfi-gb) in
[https://github.com/codespell-project/codespell/pull/3255](https://github.com/codespell-project/codespell/pull/3255)
- Collection of typos by
[@&#8203;korverdev](https://github.com/korverdev) in
[https://github.com/codespell-project/codespell/pull/3251](https://github.com/codespell-project/codespell/pull/3251)
- test: remove warning when aspell is not installed by
[@&#8203;perillo](https://github.com/perillo) in
[https://github.com/codespell-project/codespell/pull/3262](https://github.com/codespell-project/codespell/pull/3262)
- Add carrets->carets by [@&#8203;ydah](https://github.com/ydah) in
[https://github.com/codespell-project/codespell/pull/3263](https://github.com/codespell-project/codespell/pull/3263)
- \[pre-commit.ci] pre-commit autoupdate by
[@&#8203;pre-commit-ci](https://github.com/pre-commit-ci) in
[https://github.com/codespell-project/codespell/pull/3264](https://github.com/codespell-project/codespell/pull/3264)
- Add support for ANSI colors on Windows by
[@&#8203;perillo](https://github.com/perillo) in
[https://github.com/codespell-project/codespell/pull/3259](https://github.com/codespell-project/codespell/pull/3259)
- Add prettier to pre-commit by
[@&#8203;DimitriPapadopoulos](https://github.com/DimitriPapadopoulos)
in
[https://github.com/codespell-project/codespell/pull/3268](https://github.com/codespell-project/codespell/pull/3268)
- Apply Repo-Review suggestions by
[@&#8203;DimitriPapadopoulos](https://github.com/DimitriPapadopoulos)
in
[https://github.com/codespell-project/codespell/pull/3265](https://github.com/codespell-project/codespell/pull/3265)
- dictionary: pathes can be patches by
[@&#8203;mdeweerd](https://github.com/mdeweerd) in
[https://github.com/codespell-project/codespell/pull/3273](https://github.com/codespell-project/codespell/pull/3273)
- fix: typos in comments by
[@&#8203;vEnhance](https://github.com/vEnhance) in
[https://github.com/codespell-project/codespell/pull/3274](https://github.com/codespell-project/codespell/pull/3274)
- doc: Specify .codespellrc is INI formatted by
[@&#8203;vEnhance](https://github.com/vEnhance) in
[https://github.com/codespell-project/codespell/pull/3271](https://github.com/codespell-project/codespell/pull/3271)
- Add sanetize->sanitize by
[@&#8203;sshane](https://github.com/sshane) in
[https://github.com/codespell-project/codespell/pull/3275](https://github.com/codespell-project/codespell/pull/3275)
- Case ignore by [@&#8203;vEnhance](https://github.com/vEnhance) in
[https://github.com/codespell-project/codespell/pull/3272](https://github.com/codespell-project/codespell/pull/3272)
- Fixed
[#&#8203;3278](https://github.com/codespell-project/codespell/issues/3278)
by [@&#8203;matlupi](https://github.com/matlupi) in
[https://github.com/codespell-project/codespell/pull/3279](https://github.com/codespell-project/codespell/pull/3279)
- dictionnary: persan can be persian. by
[@&#8203;mdeweerd](https://github.com/mdeweerd) in
[https://github.com/codespell-project/codespell/pull/3282](https://github.com/codespell-project/codespell/pull/3282)
- Add validaiton->validation, valuation by
[@&#8203;ydah](https://github.com/ydah) in
[https://github.com/codespell-project/codespell/pull/3281](https://github.com/codespell-project/codespell/pull/3281)
- Consistent title case capitalisation by
[@&#8203;DimitriPapadopoulos](https://github.com/DimitriPapadopoulos)
in
[https://github.com/codespell-project/codespell/pull/3286](https://github.com/codespell-project/codespell/pull/3286)
- Updated dictionary for
[#&#8203;2411](https://github.com/codespell-project/codespell/issues/2411)
by [@&#8203;matlupi](https://github.com/matlupi) in
[https://github.com/codespell-project/codespell/pull/3280](https://github.com/codespell-project/codespell/pull/3280)
- dict: falt can be fault or flat by
[@&#8203;mdeweerd](https://github.com/mdeweerd) in
[https://github.com/codespell-project/codespell/pull/3289](https://github.com/codespell-project/codespell/pull/3289)
- \[pre-commit.ci] pre-commit autoupdate by
[@&#8203;pre-commit-ci](https://github.com/pre-commit-ci) in
[https://github.com/codespell-project/codespell/pull/3291](https://github.com/codespell-project/codespell/pull/3291)
- Add acquistion->acquisition by
[@&#8203;hannah-morilak](https://github.com/hannah-morilak) in
[https://github.com/codespell-project/codespell/pull/3287](https://github.com/codespell-project/codespell/pull/3287)
- Adding fixes for recommond and recommonded by
[@&#8203;barndawgie](https://github.com/barndawgie) in
[https://github.com/codespell-project/codespell/pull/3292](https://github.com/codespell-project/codespell/pull/3292)
- Add tox.ini file by [@&#8203;perillo](https://github.com/perillo) in
[https://github.com/codespell-project/codespell/pull/3269](https://github.com/codespell-project/codespell/pull/3269)
- Fixed
[#&#8203;3297](https://github.com/codespell-project/codespell/issues/3297)
by [@&#8203;matlupi](https://github.com/matlupi) in
[https://github.com/codespell-project/codespell/pull/3298](https://github.com/codespell-project/codespell/pull/3298)
- Enable lists in TOML config file by
[@&#8203;DimitriPapadopoulos](https://github.com/DimitriPapadopoulos)
in
[https://github.com/codespell-project/codespell/pull/3294](https://github.com/codespell-project/codespell/pull/3294)
- Fix ruff alerts (currently) not caught by pre-commit by
[@&#8203;DimitriPapadopoulos](https://github.com/DimitriPapadopoulos)
in
[https://github.com/codespell-project/codespell/pull/3162](https://github.com/codespell-project/codespell/pull/3162)
- Fixed
[#&#8203;3301](https://github.com/codespell-project/codespell/issues/3301)
by [@&#8203;matlupi](https://github.com/matlupi) in
[https://github.com/codespell-project/codespell/pull/3302](https://github.com/codespell-project/codespell/pull/3302)
- \[pre-commit.ci] pre-commit autoupdate by
[@&#8203;pre-commit-ci](https://github.com/pre-commit-ci) in
[https://github.com/codespell-project/codespell/pull/3303](https://github.com/codespell-project/codespell/pull/3303)
- Materials science related corrections 2 by
[@&#8203;janosh](https://github.com/janosh) in
[https://github.com/codespell-project/codespell/pull/3295](https://github.com/codespell-project/codespell/pull/3295)
- Add spelling corrections for sphere by
[@&#8203;adrien-berchet](https://github.com/adrien-berchet) in
[https://github.com/codespell-project/codespell/pull/3304](https://github.com/codespell-project/codespell/pull/3304)
- Makes config for "count" more clear as a boolean by
[@&#8203;amarvin](https://github.com/amarvin) in
[https://github.com/codespell-project/codespell/pull/3307](https://github.com/codespell-project/codespell/pull/3307)
- quanitization -> quantization by
[@&#8203;claydugo](https://github.com/claydugo) in
[https://github.com/codespell-project/codespell/pull/3308](https://github.com/codespell-project/codespell/pull/3308)
- instroment->instrument by
[@&#8203;matlupi](https://github.com/matlupi) in
[https://github.com/codespell-project/codespell/pull/3309](https://github.com/codespell-project/codespell/pull/3309)
- Add updadated->updated and uneared->unearned by
[@&#8203;jdufresne](https://github.com/jdufresne) in
[https://github.com/codespell-project/codespell/pull/3310](https://github.com/codespell-project/codespell/pull/3310)
- initiase -> initialise by
[@&#8203;matlupi](https://github.com/matlupi) in
[https://github.com/codespell-project/codespell/pull/3343](https://github.com/codespell-project/codespell/pull/3343)
- Adding correction for furance->furnace by
[@&#8203;barndawgie](https://github.com/barndawgie) in
[https://github.com/codespell-project/codespell/pull/3347](https://github.com/codespell-project/codespell/pull/3347)
- Bump codecov/codecov-action from 3 to 4 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/codespell-project/codespell/pull/3348](https://github.com/codespell-project/codespell/pull/3348)
- dict: disagreement by
[@&#8203;mdeweerd](https://github.com/mdeweerd) in
[https://github.com/codespell-project/codespell/pull/3351](https://github.com/codespell-project/codespell/pull/3351)
- dict: False/true typos by
[@&#8203;mdeweerd](https://github.com/mdeweerd) in
[https://github.com/codespell-project/codespell/pull/3350](https://github.com/codespell-project/codespell/pull/3350)
- sampe->sample by [@&#8203;matlupi](https://github.com/matlupi) in
[https://github.com/codespell-project/codespell/pull/3354](https://github.com/codespell-project/codespell/pull/3354)
- Multiple spelling suggestions by
[@&#8203;mdeweerd](https://github.com/mdeweerd) in
[https://github.com/codespell-project/codespell/pull/3349](https://github.com/codespell-project/codespell/pull/3349)
- \[pre-commit.ci] pre-commit autoupdate by
[@&#8203;pre-commit-ci](https://github.com/pre-commit-ci) in
[https://github.com/codespell-project/codespell/pull/3352](https://github.com/codespell-project/codespell/pull/3352)
- \[pre-commit.ci] pre-commit autoupdate by
[@&#8203;pre-commit-ci](https://github.com/pre-commit-ci) in
[https://github.com/codespell-project/codespell/pull/3357](https://github.com/codespell-project/codespell/pull/3357)
- Fix "dubious ownership" error in dev containers by
[@&#8203;korverdev](https://github.com/korverdev) in
[https://github.com/codespell-project/codespell/pull/3361](https://github.com/codespell-project/codespell/pull/3361)
- Assorted mispellings by
[@&#8203;korverdev](https://github.com/korverdev) in
[https://github.com/codespell-project/codespell/pull/3360](https://github.com/codespell-project/codespell/pull/3360)
- \[pre-commit.ci] pre-commit autoupdate by
[@&#8203;pre-commit-ci](https://github.com/pre-commit-ci) in
[https://github.com/codespell-project/codespell/pull/3364](https://github.com/codespell-project/codespell/pull/3364)
- Add metadataa typo by
[@&#8203;yarikoptic](https://github.com/yarikoptic) in
[https://github.com/codespell-project/codespell/pull/3368](https://github.com/codespell-project/codespell/pull/3368)
- Add corrections for all \*in->\*ing words starting with "A" by
[@&#8203;jdufresne](https://github.com/jdufresne) in
[https://github.com/codespell-project/codespell/pull/3336](https://github.com/codespell-project/codespell/pull/3336)
- Add corrections for all \*in->\*ing words starting with "B" by
[@&#8203;jdufresne](https://github.com/jdufresne) in
[https://github.com/codespell-project/codespell/pull/3312](https://github.com/codespell-project/codespell/pull/3312)
- Add corrections for all \*in->\*ing words starting with "C" by
[@&#8203;jdufresne](https://github.com/jdufresne) in
[https://github.com/codespell-project/codespell/pull/3314](https://github.com/codespell-project/codespell/pull/3314)
- editible->editable by
[@&#8203;skshetry](https://github.com/skshetry) in
[https://github.com/codespell-project/codespell/pull/3367](https://github.com/codespell-project/codespell/pull/3367)
- Add corrections for all \*in->\*ing words starting with "D" by
[@&#8203;jdufresne](https://github.com/jdufresne) in
[https://github.com/codespell-project/codespell/pull/3319](https://github.com/codespell-project/codespell/pull/3319)
- Add corrections for all \*in->\*ing words starting with "E" by
[@&#8203;jdufresne](https://github.com/jdufresne) in
[https://github.com/codespell-project/codespell/pull/3318](https://github.com/codespell-project/codespell/pull/3318)
- Add corrections for all \*in->\*ing words starting with "F" by
[@&#8203;jdufresne](https://github.com/jdufresne) in
[https://github.com/codespell-project/codespell/pull/3330](https://github.com/codespell-project/codespell/pull/3330)
- Add correction for spoofing and spoofed. by
[@&#8203;cfi-gb](https://github.com/cfi-gb) in
[https://github.com/codespell-project/codespell/pull/3370](https://github.com/codespell-project/codespell/pull/3370)
- Add reliabe->reliable by
[@&#8203;adamscott](https://github.com/adamscott) in
[https://github.com/codespell-project/codespell/pull/3372](https://github.com/codespell-project/codespell/pull/3372)
- Add corrections for all \*in->\*ing words starting with "G" by
[@&#8203;jdufresne](https://github.com/jdufresne) in
[https://github.com/codespell-project/codespell/pull/3325](https://github.com/codespell-project/codespell/pull/3325)
- Add corrections for all \*in->\*ing words starting with "H" by
[@&#8203;jdufresne](https://github.com/jdufresne) in
[https://github.com/codespell-project/codespell/pull/3315](https://github.com/codespell-project/codespell/pull/3315)
- Add corrections for all \*in->\*ing words starting with "I" by
[@&#8203;jdufresne](https://github.com/jdufresne) in
[https://github.com/codespell-project/codespell/pull/3329](https://github.com/codespell-project/codespell/pull/3329)
- Add corrections for all \*in->\*ing words starting with "J" by
[@&#8203;jdufresne](https://github.com/jdufresne) in
[https://github.com/codespell-project/codespell/pull/3331](https://github.com/codespell-project/codespell/pull/3331)
- Add corrections for all \*in->\*ing words starting with "K" by
[@&#8203;jdufresne](https://github.com/jdufresne) in
[https://github.com/codespell-project/codespell/pull/3332](https://github.com/codespell-project/codespell/pull/3332)
- Add corrections for all \*in->\*ing words starting with "L" by
[@&#8203;jdufresne](https://github.com/jdufresne) in
[https://github.com/codespell-project/codespell/pull/3326](https://github.com/codespell-project/codespell/pull/3326)
- Add corrections for all \*in->\*ing words starting with "M" by
[@&#8203;jdufresne](https://github.com/jdufresne) in
[https://github.com/codespell-project/codespell/pull/3317](https://github.com/codespell-project/codespell/pull/3317)
- Add corrections for all \*in->\*ing words starting with "N" by
[@&#8203;jdufresne](https://github.com/jdufresne) in
[https://github.com/codespell-project/codespell/pull/3320](https://github.com/codespell-project/codespell/pull/3320)
- Add corrections for all \*in->\*ing words starting with "O" by
[@&#8203;jdufresne](https://github.com/jdufresne) in
[https://github.com/codespell-project/codespell/pull/3313](https://github.com/codespell-project/codespell/pull/3313)
- Move focusin to code by
[@&#8203;peternewman](https://github.com/peternewman) in
[https://github.com/codespell-project/codespell/pull/3373](https://github.com/codespell-project/codespell/pull/3373)
- Add filaname->filename by
[@&#8203;cjwatson](https://github.com/cjwatson) in
[https://github.com/codespell-project/codespell/pull/3371](https://github.com/codespell-project/codespell/pull/3371)
- Add corrections for all \*in->\*ing words starting with "R" by
[@&#8203;jdufresne](https://github.com/jdufresne) in
[https://github.com/codespell-project/codespell/pull/3324](https://github.com/codespell-project/codespell/pull/3324)
- Add corrections for all \*in->\*ing words starting with "S" by
[@&#8203;jdufresne](https://github.com/jdufresne) in
[https://github.com/codespell-project/codespell/pull/3316](https://github.com/codespell-project/codespell/pull/3316)
- Add corrections for all \*in->\*ing words starting with "P" by
[@&#8203;jdufresne](https://github.com/jdufresne) in
[https://github.com/codespell-project/codespell/pull/3322](https://github.com/codespell-project/codespell/pull/3322)
- Add corrections for all \*in->\*ing words starting with "Q" by
[@&#8203;jdufresne](https://github.com/jdufresne) in
[https://github.com/codespell-project/codespell/pull/3333](https://github.com/codespell-project/codespell/pull/3333)
- Add corrections for all \*in->\*ing words starting with "T" by
[@&#8203;jdufresne](https://github.com/jdufresne) in
[https://github.com/codespell-project/codespell/pull/3328](https://github.com/codespell-project/codespell/pull/3328)
- Add corrections for all \*in->\*ing words starting with "U" by
[@&#8203;jdufresne](https://github.com/jdufresne) in
[https://github.com/codespell-project/codespell/pull/3321](https://github.com/codespell-project/codespell/pull/3321)
- Add corrections for all \*in->\*ing words starting with "V" by
[@&#8203;jdufresne](https://github.com/jdufresne) in
[https://github.com/codespell-project/codespell/pull/3327](https://github.com/codespell-project/codespell/pull/3327)
- Add corrections for all \*in->\*ing words starting with "W" by
[@&#8203;jdufresne](https://github.com/jdufresne) in
[https://github.com/codespell-project/codespell/pull/3323](https://github.com/codespell-project/codespell/pull/3323)
- Add corrections for all \*in->\*ing words starting with "Y" by
[@&#8203;jdufresne](https://github.com/jdufresne) in
[https://github.com/codespell-project/codespell/pull/3334](https://github.com/codespell-project/codespell/pull/3334)
- Add corrections for all \*in->\*ing words starting with "Z" by
[@&#8203;jdufresne](https://github.com/jdufresne) in
[https://github.com/codespell-project/codespell/pull/3335](https://github.com/codespell-project/codespell/pull/3335)
- Add 'quotted->quoted' by
[@&#8203;sirosen](https://github.com/sirosen) in
[https://github.com/codespell-project/codespell/pull/3374](https://github.com/codespell-project/codespell/pull/3374)
- Remove reoccurrence from the dictionary.txt -- LGTM and popular word
by [@&#8203;yarikoptic](https://github.com/yarikoptic) in
[https://github.com/codespell-project/codespell/pull/3378](https://github.com/codespell-project/codespell/pull/3378)
- Add typos for expration(s) by
[@&#8203;fishilico](https://github.com/fishilico) in
[https://github.com/codespell-project/codespell/pull/3377](https://github.com/codespell-project/codespell/pull/3377)
- Implement inline ignores by
[@&#8203;kaste](https://github.com/kaste) in
[https://github.com/codespell-project/codespell/pull/2400](https://github.com/codespell-project/codespell/pull/2400)
- Add softwrae typo fix by
[@&#8203;yarikoptic](https://github.com/yarikoptic) in
[https://github.com/codespell-project/codespell/pull/3383](https://github.com/codespell-project/codespell/pull/3383)
- Add spelling corrections for morphology by
[@&#8203;adrien-berchet](https://github.com/adrien-berchet) in
[https://github.com/codespell-project/codespell/pull/3379](https://github.com/codespell-project/codespell/pull/3379)
- \[pre-commit.ci] pre-commit autoupdate by
[@&#8203;pre-commit-ci](https://github.com/pre-commit-ci) in
[https://github.com/codespell-project/codespell/pull/3382](https://github.com/codespell-project/codespell/pull/3382)
- Several spelling suggestions by
[@&#8203;mdeweerd](https://github.com/mdeweerd) in
[https://github.com/codespell-project/codespell/pull/3386](https://github.com/codespell-project/codespell/pull/3386)
- \[pre-commit.ci] pre-commit autoupdate by
[@&#8203;pre-commit-ci](https://github.com/pre-commit-ci) in
[https://github.com/codespell-project/codespell/pull/3389](https://github.com/codespell-project/codespell/pull/3389)
- Add 'repeatition->repetition' and variants by
[@&#8203;fishilico](https://github.com/fishilico) in
[https://github.com/codespell-project/codespell/pull/3388](https://github.com/codespell-project/codespell/pull/3388)
- Add labael->label and variants by
[@&#8203;peternewman](https://github.com/peternewman) in
[https://github.com/codespell-project/codespell/pull/3384](https://github.com/codespell-project/codespell/pull/3384)
- docs: add the documentation of the new inline ignore comments by
[@&#8203;12rambau](https://github.com/12rambau) in
[https://github.com/codespell-project/codespell/pull/3390](https://github.com/codespell-project/codespell/pull/3390)
- Add reposiroty->repository by
[@&#8203;fishilico](https://github.com/fishilico) in
[https://github.com/codespell-project/codespell/pull/3393](https://github.com/codespell-project/codespell/pull/3393)
- Adding communicationg->communicating by
[@&#8203;barndawgie](https://github.com/barndawgie) in
[https://github.com/codespell-project/codespell/pull/3394](https://github.com/codespell-project/codespell/pull/3394)
- Add 'croporate->corporate', 'incroporate->incorporate' and variants by
[@&#8203;fishilico](https://github.com/fishilico) in
[https://github.com/codespell-project/codespell/pull/3395](https://github.com/codespell-project/codespell/pull/3395)
- docs: indentation error by
[@&#8203;12rambau](https://github.com/12rambau) in
[https://github.com/codespell-project/codespell/pull/3392](https://github.com/codespell-project/codespell/pull/3392)
- More typos from Wikipedia by
[@&#8203;DimitriPapadopoulos](https://github.com/DimitriPapadopoulos)
in
[https://github.com/codespell-project/codespell/pull/3363](https://github.com/codespell-project/codespell/pull/3363)
- Add compatiblility / configurated by
[@&#8203;DimitriPapadopoulos](https://github.com/DimitriPapadopoulos)
in
[https://github.com/codespell-project/codespell/pull/3161](https://github.com/codespell-project/codespell/pull/3161)
- \[pre-commit.ci] pre-commit autoupdate by
[@&#8203;pre-commit-ci](https://github.com/pre-commit-ci) in
[https://github.com/codespell-project/codespell/pull/3398](https://github.com/codespell-project/codespell/pull/3398)
- Handle multiline options by
[@&#8203;DimitriPapadopoulos](https://github.com/DimitriPapadopoulos)
in
[https://github.com/codespell-project/codespell/pull/3400](https://github.com/codespell-project/codespell/pull/3400)
- docs: just `codespell:ignore` by
[@&#8203;DimitriPapadopoulos](https://github.com/DimitriPapadopoulos)
in
[https://github.com/codespell-project/codespell/pull/3397](https://github.com/codespell-project/codespell/pull/3397)
- Add `aftewards` misspelling by
[@&#8203;korverdev](https://github.com/korverdev) in
[https://github.com/codespell-project/codespell/pull/3403](https://github.com/codespell-project/codespell/pull/3403)
- Add correction for trasversal and variants. by
[@&#8203;cfi-gb](https://github.com/cfi-gb) in
[https://github.com/codespell-project/codespell/pull/3405](https://github.com/codespell-project/codespell/pull/3405)
- A few mispellings for the dictionnary by
[@&#8203;mdeweerd](https://github.com/mdeweerd) in
[https://github.com/codespell-project/codespell/pull/3404](https://github.com/codespell-project/codespell/pull/3404)
- \[pre-commit.ci] pre-commit autoupdate by
[@&#8203;pre-commit-ci](https://github.com/pre-commit-ci) in
[https://github.com/codespell-project/codespell/pull/3406](https://github.com/codespell-project/codespell/pull/3406)
- Options that expect a file, should accept lists of files too by
[@&#8203;DimitriPapadopoulos](https://github.com/DimitriPapadopoulos)
in
[https://github.com/codespell-project/codespell/pull/2767](https://github.com/codespell-project/codespell/pull/2767)
- Add spelling correction for specialiaze/specialiase and variants. by
[@&#8203;cfi-gb](https://github.com/cfi-gb) in
[https://github.com/codespell-project/codespell/pull/3409](https://github.com/codespell-project/codespell/pull/3409)
- \[pre-commit.ci] pre-commit autoupdate by
[@&#8203;pre-commit-ci](https://github.com/pre-commit-ci) in
[https://github.com/codespell-project/codespell/pull/3411](https://github.com/codespell-project/codespell/pull/3411)
- Add statestics typo (github has over 300 hits) by
[@&#8203;yarikoptic](https://github.com/yarikoptic) in
[https://github.com/codespell-project/codespell/pull/3412](https://github.com/codespell-project/codespell/pull/3412)
- nueroimaging typo (13 hits on github) -- domain specific but no doubt
wrong! by [@&#8203;yarikoptic](https://github.com/yarikoptic) in
[https://github.com/codespell-project/codespell/pull/3413](https://github.com/codespell-project/codespell/pull/3413)
- Added minor typos by [@&#8203;matlupi](https://github.com/matlupi)
in
[https://github.com/codespell-project/codespell/pull/3410](https://github.com/codespell-project/codespell/pull/3410)
- \[pre-commit.ci] pre-commit autoupdate by
[@&#8203;pre-commit-ci](https://github.com/pre-commit-ci) in
[https://github.com/codespell-project/codespell/pull/3415](https://github.com/codespell-project/codespell/pull/3415)
- Add netflify typo by
[@&#8203;yarikoptic](https://github.com/yarikoptic) in
[https://github.com/codespell-project/codespell/pull/3417](https://github.com/codespell-project/codespell/pull/3417)
- insstance typo by
[@&#8203;yarikoptic](https://github.com/yarikoptic) in

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "every 3 months on the first day of
the month" (UTC), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://github.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/AlexWaygood/typeshed-stats).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQyMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add possibilities to skip blocks and lines?
2 participants