Skip to content

v0.29.0

Compare
Choose a tag to compare
@actions-helper actions-helper released this 15 Feb 23:00
· 69 commits to main since this release

v0.29.0 (2024-02-15)

Chore

  • chore: pip: Bump black from 24.1.1 to 24.2.0 (#430)

Bumps black from 24.1.1 to 24.2.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/psf/black/releases&#34;&gt;black&#39;s
releases</a>.</em></p>
<blockquote>
<h2>24.2.0</h2>
<h3>Stable style</h3>
<ul>
<li>Fixed a bug where comments where mistakenly removed along with
redundant parentheses
(<a
href="https://redirect.github.com/psf/black/issues/4218&#34;&gt;#4218&lt;/a&gt;)&lt;/li>
</ul>
<h3>Preview style</h3>
<ul>
<li>Move the <code>hug_parens_with_braces_and_square_brackets</code>
feature to the unstable style
due to an outstanding crash and proposed formatting tweaks (<a
href="https://redirect.github.com/psf/black/issues/4198&#34;&gt;#4198&lt;/a&gt;)&lt;/li>
<li>Fixed a bug where base expressions caused inconsistent formatting of
** in tenary
expression (<a
href="https://redirect.github.com/psf/black/issues/4154&#34;&gt;#4154&lt;/a&gt;)&lt;/li>
<li>Checking for newline before adding one on docstring that is almost
at the line limit
(<a
href="https://redirect.github.com/psf/black/issues/4185&#34;&gt;#4185&lt;/a&gt;)&lt;/li>
<li>Remove redundant parentheses in <code>case</code> statement
<code>if</code> guards (<a
href="https://redirect.github.com/psf/black/issues/4214&#34;&gt;#4214&lt;/a&gt;).&lt;/li>
</ul>
<h3>Configuration</h3>
<ul>
<li>Fix issue where <em>Black</em> would ignore input files in the
presence of symlinks (<a
href="https://redirect.github.com/psf/black/issues/4222&#34;&gt;#4222&lt;/a&gt;)&lt;/li>
<li><em>Black</em> now ignores <code>pyproject.toml</code> that is
missing a <code>tool.black</code> section when
discovering project root and configuration. Since <em>Black</em>
continues to use version
control as an indicator of project root, this is expected to primarily
change behavior
for users in a monorepo setup (desirably). If you wish to preserve
previous behavior,
simply add an empty <code>[tool.black]</code> to the previously
discovered <code>pyproject.toml</code>
(<a
href="https://redirect.github.com/psf/black/issues/4204&#34;&gt;#4204&lt;/a&gt;)&lt;/li>
</ul>
<h3>Output</h3>
<ul>
<li>Black will swallow any <code>SyntaxWarning</code>s or
<code>DeprecationWarning</code>s produced by the <code>ast</code>
module when performing equivalence checks (<a
href="https://redirect.github.com/psf/black/issues/4189&#34;&gt;#4189&lt;/a&gt;)&lt;/li>
</ul>
<h3>Integrations</h3>
<ul>
<li>Add a JSONSchema and provide a validate-pyproject entry-point (<a
href="https://redirect.github.com/psf/black/issues/4181&#34;&gt;#4181&lt;/a&gt;)&lt;/li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/psf/black/blob/main/CHANGES.md&#34;&gt;black&#39;s
changelog</a>.</em></p>
<blockquote>
<h2>24.2.0</h2>
<h3>Stable style</h3>
<ul>
<li>Fixed a bug where comments where mistakenly removed along with
redundant parentheses
(<a
href="https://redirect.github.com/psf/black/issues/4218&#34;&gt;#4218&lt;/a&gt;)&lt;/li>
</ul>
<h3>Preview style</h3>
<ul>
<li>Move the <code>hug_parens_with_braces_and_square_brackets</code>
feature to the unstable style
due to an outstanding crash and proposed formatting tweaks (<a
href="https://redirect.github.com/psf/black/issues/4198&#34;&gt;#4198&lt;/a&gt;)&lt;/li>
<li>Fixed a bug where base expressions caused inconsistent formatting of
** in tenary
expression (<a
href="https://redirect.github.com/psf/black/issues/4154&#34;&gt;#4154&lt;/a&gt;)&lt;/li>
<li>Checking for newline before adding one on docstring that is almost
at the line limit
(<a
href="https://redirect.github.com/psf/black/issues/4185&#34;&gt;#4185&lt;/a&gt;)&lt;/li>
<li>Remove redundant parentheses in <code>case</code> statement
<code>if</code> guards (<a
href="https://redirect.github.com/psf/black/issues/4214&#34;&gt;#4214&lt;/a&gt;).&lt;/li>
</ul>
<h3>Configuration</h3>
<ul>
<li>Fix issue where <em>Black</em> would ignore input files in the
presence of symlinks (<a
href="https://redirect.github.com/psf/black/issues/4222&#34;&gt;#4222&lt;/a&gt;)&lt;/li>
<li><em>Black</em> now ignores <code>pyproject.toml</code> that is
missing a <code>tool.black</code> section when
discovering project root and configuration. Since <em>Black</em>
continues to use version
control as an indicator of project root, this is expected to primarily
change behavior
for users in a monorepo setup (desirably). If you wish to preserve
previous behavior,
simply add an empty <code>[tool.black]</code> to the previously
discovered <code>pyproject.toml</code>
(<a
href="https://redirect.github.com/psf/black/issues/4204&#34;&gt;#4204&lt;/a&gt;)&lt;/li>
</ul>
<h3>Output</h3>
<ul>
<li>Black will swallow any <code>SyntaxWarning</code>s or
<code>DeprecationWarning</code>s produced by the <code>ast</code>
module when performing equivalence checks (<a
href="https://redirect.github.com/psf/black/issues/4189&#34;&gt;#4189&lt;/a&gt;)&lt;/li>
</ul>
<h3>Integrations</h3>
<ul>
<li>Add a JSONSchema and provide a validate-pyproject entry-point (<a
href="https://redirect.github.com/psf/black/issues/4181&#34;&gt;#4181&lt;/a&gt;)&lt;/li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="psf/black@6fdf8a4af28071ed1d079c01122b34c5d587207a&#34;&gt;&lt;code&gt;6fdf8a4&lt;/code&gt;&lt;/a>
Prepare release 24.2.0 (<a
href="https://redirect.github.com/psf/black/issues/4226&#34;&gt;#4226&lt;/a&gt;)&lt;/li>
<li><a
href="psf/black@8af439407c051d55f3221cc93795d20bd9af49c9&#34;&gt;&lt;code&gt;8af4394&lt;/code&gt;&lt;/a>
fix: Don't remove comments along with parens (<a
href="https://redirect.github.com/psf/black/issues/4218&#34;&gt;#4218&lt;/a&gt;)&lt;/li>
<li><a
href="psf/black@35e97769190d8c8fe94d9ea2d70d7d88b22a2642&#34;&gt;&lt;code&gt;35e9776&lt;/code&gt;&lt;/a>
Bump pre-commit/action from 3.0.0 to 3.0.1 (<a
href="https://redirect.github.com/psf/black/issues/4225&#34;&gt;#4225&lt;/a&gt;)&lt;/li>
<li><a
href="psf/black@23dfc5b2c3b0694a8c27e58e28439591976aaf94&#34;&gt;&lt;code&gt;23dfc5b&lt;/code&gt;&lt;/a>
Fix ignoring input files for symlink reasons (<a
href="https://redirect.github.com/psf/black/issues/4222&#34;&gt;#4222&lt;/a&gt;)&lt;/li>
<li><a
href="psf/black@a20100395cf6179a81289452efad1d8e72b19682&#34;&gt;&lt;code&gt;a201003&lt;/code&gt;&lt;/a>
Simplify check for symlinks that resolve outside root (<a
href="https://redirect.github.com/psf/black/issues/4221&#34;&gt;#4221&lt;/a&gt;)&lt;/li>
<li><a
href="psf/black@dab37a6a1117d690d683121edc4d7c8fb8dd75a7&#34;&gt;&lt;code&gt;dab37a6&lt;/code&gt;&lt;/a>
Remove redundant parentheses in <code>case</code> statement
<code>if</code> guards (<a
href="https://redirect.github.com/psf/black/issues/4214&#34;&gt;#4214&lt;/a&gt;)&lt;/li>
<li><a
href="psf/black@32230e6f5c4bc6bb5c469451e15f3f54d9884b51&#34;&gt;&lt;code&gt;32230e6&lt;/code&gt;&lt;/a>
fix: bug where the doublestar operation had inconsistent formatting. (<a
href="https://redirect.github.com/psf/black/issues/4154&#34;&gt;#4154&lt;/a&gt;)&lt;/li>
<li><a
href="psf/black@7edb50f5a0afc56bb648dc14640ced144366b43a&#34;&gt;&lt;code&gt;7edb50f&lt;/code&gt;&lt;/a>
fix: additional newline added to docstring when the previous line length
is l...</li>
<li><a
href="psf/black@3e80de3447dee272e9977ab58b1560a669b7b848&#34;&gt;&lt;code&gt;3e80de3&lt;/code&gt;&lt;/a>
Bump furo from 2023.9.10 to 2024.1.29 in /docs (<a
href="https://redirect.github.com/psf/black/issues/4211&#34;&gt;#4211&lt;/a&gt;)&lt;/li>
<li><a
href="psf/black@a08b480a2f39fb4fc7b210d8b450e33d3879f77d&#34;&gt;&lt;code&gt;a08b480&lt;/code&gt;&lt;/a>
Bump pypa/cibuildwheel from 2.16.4 to 2.16.5 (<a
href="https://redirect.github.com/psf/black/issues/4212&#34;&gt;#4212&lt;/a&gt;)&lt;/li>
<li>Additional commits viewable in <a
href="psf/black@24.1.1...24.2.0&#34;&gt;compare
view</a></li>
</ul>
</details>
<br />

Dependabot compatibility score

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.


<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 show &lt;dependency name&gt; ignore conditions will show all
    of the ignore conditions of the specified dependency
  • @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> (ffd0d60)

  • chore: pip: Bump identify from 2.5.33 to 2.5.34 (#429)

Bumps identify from 2.5.33 to
2.5.34.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="pre-commit/identify@edc80451ae7cf106969ef208c6c622995bf56028&#34;&gt;&lt;code&gt;edc8045&lt;/code&gt;&lt;/a>
v2.5.34</li>
<li><a
href="pre-commit/identify@3544de952a5ba937d628492ebd95ae5a5b611a57&#34;&gt;&lt;code&gt;3544de9&lt;/code&gt;&lt;/a>
Merge pull request <a
href="https://redirect.github.com/pre-commit/identify/issues/442&#34;&gt;#442&lt;/a>
from KORraNpl/add-xctestplan-filetype</li>
<li><a
href="pre-commit/identify@7bdc8007c64cb65187937f59dd2b1e6d8ecf488b&#34;&gt;&lt;code&gt;7bdc800&lt;/code&gt;&lt;/a>
Recognize .xctestplan files as JSON</li>
<li><a
href="pre-commit/identify@e90a0b9be9258beac5ac787c95cfa4812cd951e5&#34;&gt;&lt;code&gt;e90a0b9&lt;/code&gt;&lt;/a>
Merge pull request <a
href="https://redirect.github.com/pre-commit/identify/issues/439&#34;&gt;#439&lt;/a>
from pre-commit/pre-commit-ci-update-config</li>
<li><a
href="pre-commit/identify@1ab97d6b63a77e4704e8b110562cfb6fad392a6a&#34;&gt;&lt;code&gt;1ab97d6&lt;/code&gt;&lt;/a>
[pre-commit.ci] pre-commit autoupdate</li>
<li><a
href="pre-commit/identify@ad69bf9d3c61332b83cb910938f2d45341838542&#34;&gt;&lt;code&gt;ad69bf9&lt;/code&gt;&lt;/a>
Merge pull request <a
href="https://redirect.github.com/pre-commit/identify/issues/438&#34;&gt;#438&lt;/a>
from pre-commit/pre-commit-ci-update-config</li>
<li><a
href="pre-commit/identify@a8c8347db98b93f540765c9a477de0de894c6d47&#34;&gt;&lt;code&gt;a8c8347&lt;/code&gt;&lt;/a>
[pre-commit.ci] pre-commit autoupdate</li>
<li>See full diff in <a
href="pre-commit/identify@v2.5.33...v2.5.34&#34;&gt;compare
view</a></li>
</ul>
</details>
<br />

Dependabot compatibility score

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.


<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 show &lt;dependency name&gt; ignore conditions will show all
    of the ignore conditions of the specified dependency
  • @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>
Co-authored-by: Jordan Heffernan <44213782+JordoHeffernan@users.noreply.github.com> (e52edc2)

  • chore: pip: Bump pre-commit from 3.6.0 to 3.6.1 (#428)

Bumps pre-commit from 3.6.0
to 3.6.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/pre-commit/pre-commit/releases&#34;&gt;pre-commit&#39;s
releases</a>.</em></p>
<blockquote>
<h2>pre-commit v3.6.1</h2>
<h3>Fixes</h3>
<ul>
<li>Remove <code>PYTHONEXECUTABLE</code> from environment when running.
<ul>
<li><a
href="https://redirect.github.com/pre-commit/pre-commit/issues/3110&#34;&gt;#3110&lt;/a>
PR by <a
href="https://github.com/untitaker&#34;&gt;&lt;code&gt;@​untitaker&lt;/code&gt;&lt;/a&gt;.&lt;/li>
</ul>
</li>
<li>Handle staged-files-only with only a crlf diff.
<ul>
<li><a
href="https://redirect.github.com/pre-commit/pre-commit/issues/3126&#34;&gt;#3126&lt;/a>
PR by <a
href="https://github.com/asottile&#34;&gt;&lt;code&gt;@​asottile&lt;/code&gt;&lt;/a&gt;.&lt;/li>
<li>issue by <a
href="https://github.com/tyyrok&#34;&gt;&lt;code&gt;@​tyyrok&lt;/code&gt;&lt;/a&gt;.&lt;/li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md&#34;&gt;pre-commit&#39;s
changelog</a>.</em></p>
<blockquote>
<h1>3.6.1 - 2024-02-10</h1>
<h3>Fixes</h3>
<ul>
<li>Remove <code>PYTHONEXECUTABLE</code> from environment when running.
<ul>
<li><a
href="https://redirect.github.com/pre-commit/pre-commit/issues/3110&#34;&gt;#3110&lt;/a>
PR by <a
href="https://github.com/untitaker&#34;&gt;&lt;code&gt;@​untitaker&lt;/code&gt;&lt;/a&gt;.&lt;/li>
</ul>
</li>
<li>Handle staged-files-only with only a crlf diff.
<ul>
<li><a
href="https://redirect.github.com/pre-commit/pre-commit/issues/3126&#34;&gt;#3126&lt;/a>
PR by <a
href="https://github.com/asottile&#34;&gt;&lt;code&gt;@​asottile&lt;/code&gt;&lt;/a&gt;.&lt;/li>
<li>issue by <a
href="https://github.com/tyyrok&#34;&gt;&lt;code&gt;@​tyyrok&lt;/code&gt;&lt;/a&gt;.&lt;/li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="pre-commit/pre-commit@15bd0c7993587dc7d739ac6b1ab939eb9639bc1e&#34;&gt;&lt;code&gt;15bd0c7&lt;/code&gt;&lt;/a>
v3.6.1</li>
<li><a
href="pre-commit/pre-commit@92678c3fa2bbec7902c579685897c50004e46696&#34;&gt;&lt;code&gt;92678c3&lt;/code&gt;&lt;/a>
Merge pull request <a
href="https://redirect.github.com/pre-commit/pre-commit/issues/3126&#34;&gt;#3126&lt;/a>
from pre-commit/crlf-only-diff</li>
<li><a
href="pre-commit/pre-commit@032d8e2704c9e77c04083cbcca92623a2f1e084f&#34;&gt;&lt;code&gt;032d8e2&lt;/code&gt;&lt;/a>
staged_files_only can handle a crlf-only diff</li>
<li><a
href="pre-commit/pre-commit@73848383f2f4d0fc97b2a769afb6da35610672a8&#34;&gt;&lt;code&gt;7384838&lt;/code&gt;&lt;/a>
Merge pull request <a
href="https://redirect.github.com/pre-commit/pre-commit/issues/3110&#34;&gt;#3110&lt;/a>
from untitaker/pythonexecutable</li>
<li><a
href="pre-commit/pre-commit@96e0712f432ebf118a8f2963570586590d832e85&#34;&gt;&lt;code&gt;96e0712&lt;/code&gt;&lt;/a>
[pre-commit.ci] auto fixes from pre-commit.com hooks</li>
<li><a
href="pre-commit/pre-commit@3388e2dbdf8f95d280b837db8cb9e4f7e7680bd0&#34;&gt;&lt;code&gt;3388e2d&lt;/code&gt;&lt;/a>
Pop PYTHONEXECUTABLE</li>
<li><a
href="pre-commit/pre-commit@10f8853631ba5cde3040ed4455ef293736157233&#34;&gt;&lt;code&gt;10f8853&lt;/code&gt;&lt;/a>
Merge pull request <a
href="https://redirect.github.com/pre-commit/pre-commit/issues/3107&#34;&gt;#3107&lt;/a>
from pre-commit/pre-commit-ci-update-config</li>
<li><a
href="pre-commit/pre-commit@9682f93e317639846cdae13b828b3d07d35e3eed&#34;&gt;&lt;code&gt;9682f93&lt;/code&gt;&lt;/a>
[pre-commit.ci] pre-commit autoupdate</li>
<li><a
href="pre-commit/pre-commit@5f8ebaefa9fa7a21bfcc8f8c5b4e8b21d3cc18f2&#34;&gt;&lt;code&gt;5f8ebae&lt;/code&gt;&lt;/a>
Merge pull request <a
href="https://redirect.github.com/pre-commit/pre-commit/issues/3102&#34;&gt;#3102&lt;/a>
from pre-commit/pre-commit-ci-update-config</li>
<li><a
href="pre-commit/pre-commit@9cce2834221364d4287a38469632c835142dbd62&#34;&gt;&lt;code&gt;9cce283&lt;/code&gt;&lt;/a>
[pre-commit.ci] pre-commit autoupdate</li>
<li>See full diff in <a
href="pre-commit/pre-commit@v3.6.0...v3.6.1&#34;&gt;compare
view</a></li>
</ul>
</details>
<br />

Dependabot compatibility score

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.


<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 show &lt;dependency name&gt; ignore conditions will show all
    of the ignore conditions of the specified dependency
  • @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>
Co-authored-by: Jordan Heffernan <44213782+JordoHeffernan@users.noreply.github.com> (e50f05b)

  • chore: pip: Bump gitpython from 3.1.37 to 3.1.41 (#427)

Bumps gitpython
from 3.1.37 to 3.1.41.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/gitpython-developers/GitPython/releases&#34;&gt;gitpython&#39;s
releases</a>.</em></p>
<blockquote>
<h2>3.1.41 - fix Windows security issue</h2>
<p>The details about the Windows security issue <a
href="https://github.com/gitpython-developers/GitPython/security/advisories/GHSA-2mqj-m65w-jghx&#34;&gt;can
be found in this advisory</a>.</p>
<p>Special thanks go to <a
href="https://github.com/EliahKagan&#34;&gt;&lt;code&gt;@​EliahKagan&lt;/code&gt;&lt;/a> who
reported the issue and fixed it in a single stroke, while being
responsible for an incredible amount of improvements that he contributed
over the last couple of months ❤️.</p>
<h2>What's Changed</h2>
<ul>
<li>Add <code>all</code> in git.exc by <a
href="https://github.com/EliahKagan&#34;&gt;&lt;code&gt;@​EliahKagan&lt;/code&gt;&lt;/a> in <a
href="https://redirect.github.com/gitpython-developers/GitPython/pull/1719&#34;&gt;gitpython-developers/GitPython#1719&lt;/a&gt;&lt;/li>
<li>Set submodule update cadence to weekly by <a
href="https://github.com/EliahKagan&#34;&gt;&lt;code&gt;@​EliahKagan&lt;/code&gt;&lt;/a> in <a
href="https://redirect.github.com/gitpython-developers/GitPython/pull/1721&#34;&gt;gitpython-developers/GitPython#1721&lt;/a&gt;&lt;/li>
<li>Never modify sys.path by <a
href="https://github.com/EliahKagan&#34;&gt;&lt;code&gt;@​EliahKagan&lt;/code&gt;&lt;/a> in <a
href="https://redirect.github.com/gitpython-developers/GitPython/pull/1720&#34;&gt;gitpython-developers/GitPython#1720&lt;/a&gt;&lt;/li>
<li>Bump git/ext/gitdb from <code>8ec2390</code> to <code>ec58b7e</code>
by <a href="https://github.com/dependabot&#34;&gt;&lt;code&gt;@​dependabot&lt;/code&gt;&lt;/a>
in <a
href="https://redirect.github.com/gitpython-developers/GitPython/pull/1722&#34;&gt;gitpython-developers/GitPython#1722&lt;/a&gt;&lt;/li>
<li>Revise comments, docstrings, some messages, and a bit of code by <a
href="https://github.com/EliahKagan&#34;&gt;&lt;code&gt;@​EliahKagan&lt;/code&gt;&lt;/a> in <a
href="https://redirect.github.com/gitpython-developers/GitPython/pull/1725&#34;&gt;gitpython-developers/GitPython#1725&lt;/a&gt;&lt;/li>
<li>Use zero-argument super() by <a
href="https://github.com/EliahKagan&#34;&gt;&lt;code&gt;@​EliahKagan&lt;/code&gt;&lt;/a> in <a
href="https://redirect.github.com/gitpython-developers/GitPython/pull/1726&#34;&gt;gitpython-developers/GitPython#1726&lt;/a&gt;&lt;/li>
<li>Remove obsolete note in iter_packed_refs by <a
href="https://github.com/EliahKagan&#34;&gt;&lt;code&gt;@​EliahKagan&lt;/code&gt;&lt;/a> in <a
href="https://redirect.github.com/gitpython-developers/GitPython/pull/1727&#34;&gt;gitpython-developers/GitPython#1727&lt;/a&gt;&lt;/li>
<li>Reorganize test_util and make xfail marks precise by <a
href="https://github.com/EliahKagan&#34;&gt;&lt;code&gt;@​EliahKagan&lt;/code&gt;&lt;/a> in <a
href="https://redirect.github.com/gitpython-developers/GitPython/pull/1729&#34;&gt;gitpython-developers/GitPython#1729&lt;/a&gt;&lt;/li>
<li>Clarify license and make module top comments more consistent by <a
href="https://github.com/EliahKagan&#34;&gt;&lt;code&gt;@​EliahKagan&lt;/code&gt;&lt;/a> in <a
href="https://redirect.github.com/gitpython-developers/GitPython/pull/1730&#34;&gt;gitpython-developers/GitPython#1730&lt;/a&gt;&lt;/li>
<li>Deprecate compat.is
<!-- raw HTML omitted -->, rewriting all uses by
<a href="https://github.com/EliahKagan&#34;&gt;&lt;code&gt;@​EliahKagan&lt;/code&gt;&lt;/a> in
<a
href="https://redirect.github.com/gitpython-developers/GitPython/pull/1732&#34;&gt;gitpython-developers/GitPython#1732&lt;/a&gt;&lt;/li>
<li>Revise and restore some module docstrings by <a
href="https://github.com/EliahKagan&#34;&gt;&lt;code&gt;@​EliahKagan&lt;/code&gt;&lt;/a> in <a
href="https://redirect.github.com/gitpython-developers/GitPython/pull/1735&#34;&gt;gitpython-developers/GitPython#1735&lt;/a&gt;&lt;/li>
<li>Make the rmtree callback Windows-only by <a
href="https://github.com/EliahKagan&#34;&gt;&lt;code&gt;@​EliahKagan&lt;/code&gt;&lt;/a> in <a
href="https://redirect.github.com/gitpython-developers/GitPython/pull/1739&#34;&gt;gitpython-developers/GitPython#1739&lt;/a&gt;&lt;/li>
<li>List all non-passing tests in test summaries by <a
href="https://github.com/EliahKagan&#34;&gt;&lt;code&gt;@​EliahKagan&lt;/code&gt;&lt;/a> in <a
href="https://redirect.github.com/gitpython-developers/GitPython/pull/1740&#34;&gt;gitpython-developers/GitPython#1740&lt;/a&gt;&lt;/li>
<li>Document some minor subtleties in test_util.py by <a
href="https://github.com/EliahKagan&#34;&gt;&lt;code&gt;@​EliahKagan&lt;/code&gt;&lt;/a> in <a
href="https://redirect.github.com/gitpython-developers/GitPython/pull/1749&#34;&gt;gitpython-developers/GitPython#1749&lt;/a&gt;&lt;/li>
<li>Always read metadata files as UTF-8 in setup.py by <a
href="https://github.com/EliahKagan&#34;&gt;&lt;code&gt;@​EliahKagan&lt;/code&gt;&lt;/a> in <a
href="https://redirect.github.com/gitpython-developers/GitPython/pull/1748&#34;&gt;gitpython-developers/GitPython#1748&lt;/a&gt;&lt;/li>
<li>Test native Windows on CI by <a
href="https://github.com/EliahKagan&#34;&gt;&lt;code&gt;@​EliahKagan&lt;/code&gt;&lt;/a> in <a
href="https://redirect.github.com/gitpython-developers/GitPython/pull/1745&#34;&gt;gitpython-developers/GitPython#1745&lt;/a&gt;&lt;/li>
<li>Test macOS on CI by <a
href="https://github.com/EliahKagan&#34;&gt;&lt;code&gt;@​EliahKagan&lt;/code&gt;&lt;/a> in <a
href="https://redirect.github.com/gitpython-developers/GitPython/pull/1752&#34;&gt;gitpython-developers/GitPython#1752&lt;/a&gt;&lt;/li>
<li>Let close_fds be True on all platforms by <a
href="https://github.com/EliahKagan&#34;&gt;&lt;code&gt;@​EliahKagan&lt;/code&gt;&lt;/a> in <a
href="https://redirect.github.com/gitpython-developers/GitPython/pull/1753&#34;&gt;gitpython-developers/GitPython#1753&lt;/a&gt;&lt;/li>
<li>Fix IndexFile.from_tree on Windows by <a
href="https://github.com/EliahKagan&#34;&gt;&lt;code&gt;@​EliahKagan&lt;/code&gt;&lt;/a> in <a
href="https://redirect.github.com/gitpython-developers/GitPython/pull/1751&#34;&gt;gitpython-developers/GitPython#1751&lt;/a&gt;&lt;/li>
<li>Remove unused TASKKILL fallback in AutoInterrupt by <a
href="https://github.com/EliahKagan&#34;&gt;&lt;code&gt;@​EliahKagan&lt;/code&gt;&lt;/a> in <a
href="https://redirect.github.com/gitpython-developers/GitPython/pull/1754&#34;&gt;gitpython-developers/GitPython#1754&lt;/a&gt;&lt;/li>
<li>Don't return with operand when conceptually void by <a
href="https://github.com/EliahKagan&#34;&gt;&lt;code&gt;@​EliahKagan&lt;/code&gt;&lt;/a> in <a
href="https://redirect.github.com/gitpython-developers/GitPython/pull/1755&#34;&gt;gitpython-developers/GitPython#1755&lt;/a&gt;&lt;/li>
<li>Group .gitignore entries by purpose by <a
href="https://github.com/EliahKagan&#34;&gt;&lt;code&gt;@​EliahKagan&lt;/code&gt;&lt;/a> in <a
href="https://redirect.github.com/gitpython-developers/GitPython/pull/1758&#34;&gt;gitpython-developers/GitPython#1758&lt;/a&gt;&lt;/li>
<li>Adding dubious ownership handling by <a
href="https://github.com/marioaag&#34;&gt;&lt;code&gt;@​marioaag&lt;/code&gt;&lt;/a> in <a
href="https://redirect.github.com/gitpython-developers/GitPython/pull/1746&#34;&gt;gitpython-developers/GitPython#1746&lt;/a&gt;&lt;/li>
<li>Avoid brittle assumptions about preexisting temporary files in tests
by <a href="https://github.com/EliahKagan&#34;&gt;&lt;code&gt;@​EliahKagan&lt;/code&gt;&lt;/a>
in <a
href="https://redirect.github.com/gitpython-developers/GitPython/pull/1759&#34;&gt;gitpython-developers/GitPython#1759&lt;/a&gt;&lt;/li>
<li>Overhaul noqa directives by <a
href="https://github.com/EliahKagan&#34;&gt;&lt;code&gt;@​EliahKagan&lt;/code&gt;&lt;/a> in <a
href="https://redirect.github.com/gitpython-developers/GitPython/pull/1760&#34;&gt;gitpython-developers/GitPython#1760&lt;/a&gt;&lt;/li>
<li>Clarify some Git.execute kill_after_timeout limitations by <a
href="https://github.com/EliahKagan&#34;&gt;&lt;code&gt;@​EliahKagan&lt;/code&gt;&lt;/a> in <a
href="https://redirect.github.com/gitpython-developers/GitPython/pull/1761&#34;&gt;gitpython-developers/GitPython#1761&lt;/a&gt;&lt;/li>
<li>Bump actions/setup-python from 4 to 5 by <a
href="https://github.com/dependabot&#34;&gt;&lt;code&gt;@​dependabot&lt;/code&gt;&lt;/a> in <a
href="https://redirect.github.com/gitpython-developers/GitPython/pull/1763&#34;&gt;gitpython-developers/GitPython#1763&lt;/a&gt;&lt;/li>
<li>Don't install black on Cygwin by <a
href="https://github.com/EliahKagan&#34;&gt;&lt;code&gt;@​EliahKagan&lt;/code&gt;&lt;/a> in <a
href="https://redirect.github.com/gitpython-developers/GitPython/pull/1766&#34;&gt;gitpython-developers/GitPython#1766&lt;/a&gt;&lt;/li>
<li>Extract all &quot;import gc&quot; to module level by <a
href="https://github.com/EliahKagan&#34;&gt;&lt;code&gt;@​EliahKagan&lt;/code&gt;&lt;/a> in <a
href="https://redirect.github.com/gitpython-developers/GitPython/pull/1765&#34;&gt;gitpython-developers/GitPython#1765&lt;/a&gt;&lt;/li>
<li>Extract remaining local &quot;import gc&quot; to module level by <a
href="https://github.com/EliahKagan&#34;&gt;&lt;code&gt;@​EliahKagan&lt;/code&gt;&lt;/a> in <a
href="https://redirect.github.com/gitpython-developers/GitPython/pull/1768&#34;&gt;gitpython-developers/GitPython#1768&lt;/a&gt;&lt;/li>
<li>Replace xfail with gc.collect in TestSubmodule.test_rename by <a
href="https://github.com/EliahKagan&#34;&gt;&lt;code&gt;@​EliahKagan&lt;/code&gt;&lt;/a> in <a
href="https://redirect.github.com/gitpython-developers/GitPython/pull/1767&#34;&gt;gitpython-developers/GitPython#1767&lt;/a&gt;&lt;/li>
<li>Enable CodeQL by <a
href="https://github.com/EliahKagan&#34;&gt;&lt;code&gt;@​EliahKagan&lt;/code&gt;&lt;/a> in <a
href="https://redirect.github.com/gitpython-developers/GitPython/pull/1769&#34;&gt;gitpython-developers/GitPython#1769&lt;/a&gt;&lt;/li>
<li>Replace some uses of the deprecated mktemp function by <a
href="https://github.com/EliahKagan&#34;&gt;&lt;code&gt;@​EliahKagan&lt;/code&gt;&lt;/a> in <a
href="https://redirect.github.com/gitpython-developers/GitPython/pull/1770&#34;&gt;gitpython-developers/GitPython#1770&lt;/a&gt;&lt;/li>
<li>Bump github/codeql-action from 2 to 3 by <a
href="https://github.com/dependabot&#34;&gt;&lt;code&gt;@​dependabot&lt;/code&gt;&lt;/a> in <a
href="https://redirect.github.com/gitpython-developers/GitPython/pull/1773&#34;&gt;gitpython-developers/GitPython#1773&lt;/a&gt;&lt;/li>
<li>Run some Windows environment variable tests only on Windows by <a
href="https://github.com/EliahKagan&#34;&gt;&lt;code&gt;@​EliahKagan&lt;/code&gt;&lt;/a> in <a
href="https://redirect.github.com/gitpython-developers/GitPython/pull/1774&#34;&gt;gitpython-developers/GitPython#1774&lt;/a&gt;&lt;/li>
<li>Fix TemporaryFileSwap regression where file_path could not be Path
by <a href="https://github.com/EliahKagan&#34;&gt;&lt;code&gt;@​EliahKagan&lt;/code&gt;&lt;/a>
in <a
href="https://redirect.github.com/gitpython-developers/GitPython/pull/1776&#34;&gt;gitpython-developers/GitPython#1776&lt;/a&gt;&lt;/li>
<li>Improve hooks tests by <a
href="https://github.com/EliahKagan&#34;&gt;&lt;code&gt;@​EliahKagan&lt;/code&gt;&lt;/a> in <a
href="https://redirect.github.com/gitpython-developers/GitPython/pull/1777&#34;&gt;gitpython-developers/GitPython#1777&lt;/a&gt;&lt;/li>
<li>Fix if items of Index is of type PathLike by <a
href="https://github.com/stegm&#34;&gt;&lt;code&gt;@​stegm&lt;/code&gt;&lt;/a> in <a
href="https://redirect.github.com/gitpython-developers/GitPython/pull/1778&#34;&gt;gitpython-developers/GitPython#1778&lt;/a&gt;&lt;/li>
<li>Better document IterableObj.iter_items and improve some subclasses
by <a href="https://github.com/EliahKagan&#34;&gt;&lt;code&gt;@​EliahKagan&lt;/code&gt;&lt;/a>
in <a
href="https://redirect.github.com/gitpython-developers/GitPython/pull/1780&#34;&gt;gitpython-developers/GitPython#1780&lt;/a&gt;&lt;/li>
<li>Revert &quot;Don't install black on Cygwin&quot; by <a
href="https://github.com/EliahKagan&#34;&gt;&lt;code&gt;@​EliahKagan&lt;/code&gt;&lt;/a> in <a
href="https://redirect.github.com/gitpython-developers/GitPython/pull/1783&#34;&gt;gitpython-developers/GitPython#1783&lt;/a&gt;&lt;/li>
<li>Add missing pip in $PATH on Cygwin CI by <a
href="https://github.com/EliahKagan&#34;&gt;&lt;code&gt;@​EliahKagan&lt;/code&gt;&lt;/a> in <a
href="https://redirect.github.com/gitpython-developers/GitPython/pull/1784&#34;&gt;gitpython-developers/GitPython#1784&lt;/a&gt;&lt;/li>
<li>Shorten Iterable docstrings and put IterableObj first by <a
href="https://github.com/EliahKagan&#34;&gt;&lt;code&gt;@​EliahKagan&lt;/code&gt;&lt;/a> in <a
href="https://redirect.github.com/gitpython-developers/GitPython/pull/1785&#34;&gt;gitpython-developers/GitPython#1785&lt;/a&gt;&lt;/li>
<li>Fix incompletely revised Iterable/IterableObj docstrings by <a
href="https://github.com/EliahKagan&#34;&gt;&lt;code&gt;@​EliahKagan&lt;/code&gt;&lt;/a> in <a
href="https://redirect.github.com/gitpython-developers/GitPython/pull/1786&#34;&gt;gitpython-developers/GitPython#1786&lt;/a&gt;&lt;/li>
<li>Pre-deprecate setting Git.USE_SHELL by <a
href="https://github.com/EliahKagan&#34;&gt;&lt;code&gt;@​EliahKagan&lt;/code&gt;&lt;/a> in <a
href="https://redirect.github.com/gitpython-developers/GitPython/pull/1782&#34;&gt;gitpython-developers/GitPython#1782&lt;/a&gt;&lt;/li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="gitpython-developers/GitPython@f28873828496a6632b3a99101e3582ad164e9bb9&#34;&gt;&lt;code&gt;f288738&lt;/code&gt;&lt;/a>
bump patch level</li>
<li><a
href="gitpython-developers/GitPython@ef3192cc414f2fd9978908454f6fd95243784c7f&#34;&gt;&lt;code&gt;ef3192c&lt;/code&gt;&lt;/a>
Merge pull request <a
href="https://redirect.github.com/gitpython-developers/GitPython/issues/1792&#34;&gt;#1792&lt;/a>
from EliahKagan/popen</li>
<li><a
href="gitpython-developers/GitPython@1f3caa31f1b63908235e341418a0804ed37a320a&#34;&gt;&lt;code&gt;1f3caa3&lt;/code&gt;&lt;/a>
Further clarify comment in test_hook_uses_shell_not_from_cwd</li>
<li><a
href="gitpython-developers/GitPython@3eb7c2ab82e6dbe101ff916fca29d539cc2793af&#34;&gt;&lt;code&gt;3eb7c2a&lt;/code&gt;&lt;/a>
Move safer_popen from git.util to git.cmd</li>
<li><a
href="gitpython-developers/GitPython@c551e916c7b9e2d623b9d76f3352849a707d9bbe&#34;&gt;&lt;code&gt;c551e91&lt;/code&gt;&lt;/a>
Extract shared logic for using Popen safely on Windows</li>
<li><a
href="gitpython-developers/GitPython@15ebb258d4eebd9bf0f38780570d57e0b968b8de&#34;&gt;&lt;code&gt;15ebb25&lt;/code&gt;&lt;/a>
Clarify comment in test_hook_uses_shell_not_from_cwd</li>
<li><a
href="gitpython-developers/GitPython@f44524a9a9c8122b9b98d6e5797e1dfc3211c0b7&#34;&gt;&lt;code&gt;f44524a&lt;/code&gt;&lt;/a>
Avoid spurious &quot;location may have moved&quot; on Windows</li>
<li><a
href="gitpython-developers/GitPython@a42ea0a38c489caf9969836141120d760d3754b4&#34;&gt;&lt;code&gt;a42ea0a&lt;/code&gt;&lt;/a>
Cover absent/no-distro bash.exe in hooks &quot;not from cwd&quot;
test</li>
<li><a
href="gitpython-developers/GitPython@7751436b94d96ce0978b301681b851edd6efed63&#34;&gt;&lt;code&gt;7751436&lt;/code&gt;&lt;/a>
Extract venv management from test_installation</li>
<li><a
href="gitpython-developers/GitPython@66ff4c177accfb4f21d3eb476381d248d99fd8b5&#34;&gt;&lt;code&gt;66ff4c1&lt;/code&gt;&lt;/a>
Omit CWD in search for bash.exe to run hooks on Windows</li>
<li>Additional commits viewable in <a
href="gitpython-developers/GitPython@3.1.37...3.1.41&#34;&gt;compare
view</a></li>
</ul>
</details>
<br />

Dependabot compatibility score

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.


<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 show &lt;dependency name&gt; ignore conditions will show all
    of the ignore conditions of the specified dependency
  • @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)
    You can disable automated security fix PRs for this repo from the
    Security Alerts
    page
    .

</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (9c8305c)

Feature

  • feat: #392 kotlin language linter support (#444)

secureli-392

<!-- Include general description here -->
Add linting support for Kotlin

Changes

<!-- A detailed list of changes -->

  • Implemented ktlint in addition to detekt for Kotlin repos

Testing

<!--
Mention updated tests and any manual testing performed.
Are aspects not yet tested or not easily testable?
Feel free to include screenshots if appropriate.
-->

  • All existing unit tests are passing

Clean Code Checklist

<!-- This is here to support you. Some/most checkboxes may not apply to
your change -->

  • Meets acceptance criteria for issue
  • New logic is covered with automated tests
  • Appropriate exception handling added
  • Thoughtful logging included
  • Documentation is updated
  • Follow-up work is documented in TODOs
  • TODOs have a ticket associated with them
  • No commented-out code included

<!--
Github-flavored markdown reference:
https://docs.github.com/en/get-started/writing-on-github
--> (0ac7008)