Skip to content

Commit c1a3468

Browse files
committed
Merge remote-tracking branch 'origin/main' into codex/strict-docs-link-validation
2 parents b68ef49 + 38b19bb commit c1a3468

4 files changed

Lines changed: 13 additions & 12 deletions

File tree

.github/workflows/zizmor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ jobs:
4343
always() &&
4444
(github.event_name != 'pull_request' ||
4545
github.event.pull_request.head.repo.full_name == github.repository)
46-
uses: github/codeql-action/upload-sarif@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4
46+
uses: github/codeql-action/upload-sarif@e46ed2cbd01164d986452f91f178727624ae40d7 # v4
4747
with:
4848
sarif_file: zizmor.sarif

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ repos:
3030
- id: ruff-format
3131
- id: ruff-check
3232
- repo: https://github.com/astral-sh/uv-pre-commit
33-
rev: 0.11.12
33+
rev: 0.11.13
3434
hooks:
3535
- id: uv-lock
3636
- repo: local
@@ -67,7 +67,7 @@ repos:
6767
- id: nbstripout
6868
exclude: (docs)
6969
- repo: https://github.com/crate-ci/typos
70-
rev: v1.46.1
70+
rev: v1
7171
hooks:
7272
- id: typos
7373
exclude: (\.ipynb)

scripts/update_plugin_list.py

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
OTHER DEALINGS IN THE SOFTWARE.
2828
2929
"""
30+
# ruff: noqa: E501
3031

3132
from __future__ import annotations
3233

@@ -49,13 +50,13 @@
4950
5051
!!! warning
5152
52-
Please be aware that this list is not a curated collection of projects and does
53-
not undergo a systematic review process. It serves purely as an informational
54-
resource to aid in the discovery of `pytask` plugins.
53+
Please be aware that this list is not a curated collection of projects and does not
54+
undergo a systematic review process. It serves purely as an informational resource to
55+
aid in the discovery of `pytask` plugins.
5556
56-
Do not presume any endorsement from the `pytask` project or its developers, and
57-
always conduct your own quality assessment before incorporating any of these
58-
plugins into your own projects.
57+
Do not presume any endorsement from the `pytask` project or its developers, and always
58+
conduct your own quality assessment before incorporating any of these plugins into your
59+
own projects.
5960
6061
"""
6162

uv.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)