Skip to content

Commit 38b19bb

Browse files
authored
fix: stabilize generated plugin list formatting (#890)
1 parent 3e00839 commit 38b19bb

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

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

0 commit comments

Comments
 (0)