Skip to content

Commit 6e3faaf

Browse files
committed
Updated config files.
1 parent 4e10416 commit 6e3faaf

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ repos:
3535
- id: bind-requirements
3636

3737
- repo: https://github.com/domdfcoding/flake8-dunder-all
38-
rev: v0.1.3
38+
rev: v0.1.4
3939
hooks:
4040
- id: ensure-dunder-all
4141
files: ^flake8_dunder_all/.*\.py$

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ flake8-dunder-all
109109
:target: https://github.com/domdfcoding/flake8-dunder-all/commit/master
110110
:alt: GitHub last commit
111111

112-
.. |maintained| image:: https://img.shields.io/maintenance/yes/2020
112+
.. |maintained| image:: https://img.shields.io/maintenance/yes/2021
113113
:alt: Maintenance
114114

115115
.. |pypi-downloads| image:: https://img.shields.io/pypi/dm/flake8-dunder-all

__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 <dominic@davis-foster.co.uk>
26+
2020-2021 Dominic Davis-Foster <dominic@davis-foster.co.uk>
2727
"""
2828

2929
__version__ = "0.1.4"

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-dunder-all"
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_dunder_all"
3232

doc-source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ flake8-dunder-all
110110
:last-commit:
111111
:alt: GitHub last commit
112112

113-
.. |maintained| maintained-shield:: 2020
113+
.. |maintained| maintained-shield:: 2021
114114
:alt: Maintenance
115115

116116
.. |pypi-downloads| pypi-shield::

repo_helper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
modname: flake8-dunder-all
3-
copyright_years: "2020"
3+
copyright_years: "2020-2021"
44
author: "Dominic Davis-Foster"
55
email: "dominic@davis-foster.co.uk"
66
version: "0.1.4"

tests/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
coverage>=5.1
22
coverage-pyver-pragma>=0.0.6
3-
domdf-python-tools[testing]>=1.6.0
3+
domdf-python-tools[testing]>=2.0.1
44
iniconfig!=1.1.0,>=1.0.1
55
pytest>=6.0.0
66
pytest-cov>=2.8.1

0 commit comments

Comments
 (0)