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
10
10
[bumpversion:file:doc-source/index.rst]
11
11
12
12
[bumpversion:file:flake8_strftime/__init__.py]
13
-
14
13
search = : str = " {current_version}"
15
14
replace = : str = " {new_version}"
16
15
Original file line number Diff line number Diff line change 5
5
A Flake8 plugin which checks for use of platform specific strftime codes.
6
6
7
7
.. autosummary-widths:: 1/3 2/3
8
- """
8
+ """ # noqa: RST303
9
9
#
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>
11
11
#
12
12
# Based on flake8_2020
13
13
# Copyright (c) 2019 Anthony Sottile
@@ -61,7 +61,7 @@ class Visitor(flake8_helper.Visitor):
61
61
62
62
.. autoclasssumm::
63
63
:autosummary-sections: ;;
64
- """
64
+ """ # noqa: RST303
65
65
66
66
def __init__ (self ) -> None :
67
67
super ().__init__ ()
Original file line number Diff line number Diff line change 1
1
coincidence >= 0.2.0
2
2
coverage >= 5.1
3
3
coverage-pyver-pragma >= 0.2.1
4
- domdf-python-tools [testing ]>= 2.0.1
5
4
importlib-metadata >= 3.6.0
6
5
iniconfig != 1.1.0 ,>= 1.0.1
7
6
pytest >= 6.0.0
8
7
pytest-cov >= 2.8.1
9
8
pytest-randomly >= 3.7.0
10
- pytest-rerunfailures >= 9.0
11
9
pytest-timeout >= 1.4.2
You can’t perform that action at this time.
0 commit comments