Skip to content

Commit 76b5a46

Browse files
committed
Lint
1 parent 55413e6 commit 76b5a46

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

.bumpversion.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ tag = True
1010
[bumpversion:file:doc-source/index.rst]
1111

1212
[bumpversion:file:flake8_strftime/__init__.py]
13-
1413
search = : str = "{current_version}"
1514
replace = : str = "{new_version}"
1615

flake8_strftime/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
A Flake8 plugin which checks for use of platform specific strftime codes.
66
77
.. autosummary-widths:: 1/3 2/3
8-
"""
8+
""" # noqa: RST303
99
#
10-
# Copyright (c) 2020 Dominic Davis-Foster <dominic@davis-foster.co.uk>
10+
# Copyright (c) 2020-2021 Dominic Davis-Foster <dominic@davis-foster.co.uk>
1111
#
1212
# Based on flake8_2020
1313
# Copyright (c) 2019 Anthony Sottile
@@ -61,7 +61,7 @@ class Visitor(flake8_helper.Visitor):
6161
6262
.. autoclasssumm::
6363
:autosummary-sections: ;;
64-
"""
64+
""" # noqa: RST303
6565

6666
def __init__(self) -> None:
6767
super().__init__()

tests/requirements.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
coincidence>=0.2.0
22
coverage>=5.1
33
coverage-pyver-pragma>=0.2.1
4-
domdf-python-tools[testing]>=2.0.1
54
importlib-metadata>=3.6.0
65
iniconfig!=1.1.0,>=1.0.1
76
pytest>=6.0.0
87
pytest-cov>=2.8.1
98
pytest-randomly>=3.7.0
10-
pytest-rerunfailures>=9.0
119
pytest-timeout>=1.4.2

0 commit comments

Comments
 (0)