Skip to content

Commit 7cadd39

Browse files
committed
ruff: Format meta.py
1 parent 551da62 commit 7cadd39

File tree

1 file changed

+5
-3
lines changed
  • {{cookiecutter.name}}/src/{{cookiecutter.namespace}}/{{cookiecutter.name}}

1 file changed

+5
-3
lines changed

{{cookiecutter.name}}/src/{{cookiecutter.namespace}}/{{cookiecutter.name}}/meta.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,20 @@
1717
except metadata.PackageNotFoundError:
1818
__version__ = 'unknown'
1919

20-
#{% if cookiecutter.is_sphinx_extension %}
20+
{% if cookiecutter.is_sphinx_extension %}
2121
################################################################################
2222
# Sphinx extension utils.
2323
################################################################################
2424

25+
2526
def pre_setup(app):
2627
app.require_sphinx('{{ cookiecutter.sphinx_version }}')
2728

29+
2830
def post_setup(app):
2931
return {
3032
'version': __version__,
3133
'parallel_read_safe': True,
32-
'parallel_write_safe': True
34+
'parallel_write_safe': True,
3335
}
34-
#{% endif %}
36+
{%- endif %}

0 commit comments

Comments
 (0)