Skip to content

Commit d3f9e78

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent b7343b9 commit d3f9e78

File tree

6 files changed

+7
-2
lines changed

6 files changed

+7
-2
lines changed

docs/source/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
documentation: https://www.sphinx-doc.org/en/master/usage/configuration.html
55
66
"""
7+
78
# -- Project information -----------------------------------------------------
89
from __future__ import annotations
910

hooks/post_gen_project.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""This module contains hooks which are executed after the template is rendered."""
2+
23
from __future__ import annotations
34

45
import shutil

hooks/pre_gen_project.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""This module contains hooks which are executed before the template is rendered."""
2+
23
from __future__ import annotations
34

45
import re

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ url = https://cookiecutter-pytask-plugin.readthedocs.io/en/latest
77
author = Tobias Raabe
88
author_email = [email protected]
99
license = MIT
10-
license_file = LICENSE
10+
license_files = LICENSE
1111
platforms = unix, linux, osx, cygwin, win32
1212
classifiers =
1313
Development Status :: 3 - Alpha
@@ -26,5 +26,5 @@ project_urls =
2626
Tracker = https://github.com/pytask-dev/cookiecutter-pytask-plugin/issues
2727

2828
[options]
29-
python_requires = >=3.7
29+
python_requires = >=3.8
3030
zip_safe = False

tests/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
"""This file is necessary to apply custom mypy configurations for the tests."""
2+
23
from __future__ import annotations

{{cookiecutter.package_name}}/src/{{cookiecutter.__package_name}}/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""This module contains the main namespace of the package."""
2+
23
from __future__ import annotations
34

45
try:

0 commit comments

Comments
 (0)