File tree Expand file tree Collapse file tree 3 files changed +3
-6
lines changed
Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ tag = True
1010[bumpversion:file:doc-source/index.rst]
1111
1212[bumpversion:file:flake8_strftime/__init__.py]
13-
1413search = : str = " {current_version}"
1514replace = : str = " {new_version}"
1615
Original file line number Diff line number Diff line change 55A 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 <[email protected] > 10+ # Copyright (c) 2020-2021 Dominic Davis-Foster <[email protected] > 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__ ()
Original file line number Diff line number Diff line change 11coincidence >= 0.2.0
22coverage >= 5.1
33coverage-pyver-pragma >= 0.2.1
4- domdf-python-tools [testing ]>= 2.0.1
54importlib-metadata >= 3.6.0
65iniconfig != 1.1.0 ,>= 1.0.1
76pytest >= 6.0.0
87pytest-cov >= 2.8.1
98pytest-randomly >= 3.7.0
10- pytest-rerunfailures >= 9.0
119pytest-timeout >= 1.4.2
You can’t perform that action at this time.
0 commit comments