Skip to content

Commit c217780

Browse files
fix: remove flake8 configuration file (#641)
Co-authored-by: pyansys-ci-bot <[email protected]>
1 parent 1d0755c commit c217780

File tree

3 files changed

+23
-24
lines changed

3 files changed

+23
-24
lines changed

.flake8

Lines changed: 0 additions & 7 deletions
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
fix: remove flake8 configuration file
Lines changed: 22 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,22 @@
1-
{% if sections[""] %}
2-
{% for category, val in definitions.items() if category in sections[""] %}
3-
4-
{{ definitions[category]['name'] }}
5-
{% set underline = '^' * definitions[category]['name']|length %}
6-
{{ underline }}
7-
8-
{% for text, values in sections[""][category].items() %}
9-
- {{ text }} {{ values|join(', ') }}
10-
{% endfor %}
11-
12-
{% endfor %}
13-
{% else %}
14-
No significant changes.
15-
16-
17-
{% endif %}
1+
{% if sections[""] %}
2+
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
12+
13+
{% for text, values in sections[""][category].items() %}
14+
* - {{ text }}
15+
- {{ values|join(', ') }}
16+
17+
{% endfor %}
18+
{% endfor %}
19+
20+
{% else %}
21+
No significant changes.
22+
{% endif %}

0 commit comments

Comments
 (0)