File tree Expand file tree Collapse file tree 3 files changed +15
-9
lines changed Expand file tree Collapse file tree 3 files changed +15
-9
lines changed Original file line number Diff line number Diff line change 57
57
58
58
# this validates our github workflow files
59
59
- repo : https://github.com/python-jsonschema/check-jsonschema
60
- rev : 0.31.2
60
+ rev : 0.31.3
61
61
hooks :
62
62
- id : check-github-workflows
Original file line number Diff line number Diff line change
1
+ [ pre-commit.ci] pre-commit autoupdate
Original file line number Diff line number Diff line change 1
1
{% if sections[""] %}
2
- {% for category, val in definitions.items() if category in sections[""] %}
3
2
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
7
12
8
13
{% for text, values in sections[""][category].items() %}
9
- - {{ text }} {{ values|join(', ') }}
10
- {% endfor % }
14
+ * - {{ text }}
15
+ - {{ values|join(', ') } }
11
16
12
17
{% endfor %}
18
+ {% endfor %}
19
+
13
20
{% else %}
14
21
No significant changes.
15
-
16
-
17
22
{% endif %}
You can’t perform that action at this time.
0 commit comments