Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions scripts/update_plugin_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
OTHER DEALINGS IN THE SOFTWARE.

"""
# ruff: noqa: E501

from __future__ import annotations

Expand All @@ -49,13 +50,13 @@

!!! warning

Please be aware that this list is not a curated collection of projects and does
not undergo a systematic review process. It serves purely as an informational
resource to aid in the discovery of `pytask` plugins.
Please be aware that this list is not a curated collection of projects and does not
undergo a systematic review process. It serves purely as an informational resource to
aid in the discovery of `pytask` plugins.

Do not presume any endorsement from the `pytask` project or its developers, and
always conduct your own quality assessment before incorporating any of these
plugins into your own projects.
Do not presume any endorsement from the `pytask` project or its developers, and always
conduct your own quality assessment before incorporating any of these plugins into your
own projects.

"""

Expand Down
Loading