Skip to content

Commit c3a7bb6

Browse files
chore: [pre-commit.ci] pre-commit autoupdate (#766)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: pyansys-ci-bot <[email protected]>
1 parent 1147570 commit c3a7bb6

File tree

3 files changed

+15
-9
lines changed

3 files changed

+15
-9
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,6 @@ repos:
5757

5858
# this validates our github workflow files
5959
- repo: https://github.com/python-jsonschema/check-jsonschema
60-
rev: 0.31.2
60+
rev: 0.31.3
6161
hooks:
6262
- id: check-github-workflows

doc/changelog/766.documentation.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[pre-commit.ci] pre-commit autoupdate

doc/changelog/template

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,22 @@
11
{% if sections[""] %}
2-
{% for category, val in definitions.items() if category in sections[""] %}
32

4-
{{ definitions[category]['name'] }}
5-
{% set underline = '^' * definitions[category]['name']|length %}
6-
{{ underline }}
3+
.. tab-set::
4+
5+
{%+ for category, val in definitions.items() if category in sections[""] %}
6+
7+
.. tab-item:: {{ definitions[category]['name'] }}
8+
9+
.. list-table::
10+
:header-rows: 0
11+
:widths: auto
712

813
{% for text, values in sections[""][category].items() %}
9-
- {{ text }} {{ values|join(', ') }}
10-
{% endfor %}
14+
* - {{ text }}
15+
- {{ values|join(', ') }}
1116

1217
{% endfor %}
18+
{% endfor %}
19+
1320
{% else %}
1421
No significant changes.
15-
16-
1722
{% endif %}

0 commit comments

Comments
 (0)