Skip to content

Commit bdb830c

Browse files
Updated files with 'repo_helper'. (#17)
Co-authored-by: repo-helper[bot] <74742576+repo-helper[bot]@users.noreply.github.com>
1 parent 78f239f commit bdb830c

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

__pkginfo__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
]
2424

2525
__copyright__ = """
26-
2020 Dominic Davis-Foster <[email protected]>
26+
2020-2021 Dominic Davis-Foster <[email protected]>
2727
"""
2828

2929
__version__ = "0.2.1"

doc-source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
project = "flake8_strftime"
2727
slug = re.sub(r'\W+', '-', project.lower())
2828
release = version = __version__
29-
copyright = "2020 Dominic Davis-Foster" # pylint: disable=redefined-builtin
29+
copyright = "2020-2021 Dominic Davis-Foster" # pylint: disable=redefined-builtin
3030
language = "en"
3131
package_root = "flake8_strftime"
3232

formate.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ known_third_party = [
3737
"coverage_pyver_pragma",
3838
"domdf_python_tools",
3939
"flake8",
40+
"flake8_helper",
4041
"github",
4142
"pytest",
4243
"pytest_cov",

0 commit comments

Comments
 (0)