File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ flake8_strftime
109
109
:target: https://github.com/domdfcoding/flake8_strftime/commit/master
110
110
:alt: GitHub last commit
111
111
112
- .. |maintained | image :: https://img.shields.io/maintenance/yes/2020
112
+ .. |maintained | image :: https://img.shields.io/maintenance/yes/2021
113
113
:alt: Maintenance
114
114
115
115
.. |pypi-downloads | image :: https://img.shields.io/pypi/dm/flake8_strftime
@@ -170,7 +170,7 @@ Use as a pre-commit hook
170
170
171
171
See `pre-commit <https://github.com/pre-commit/pre-commit >`_ for instructions
172
172
173
- Sample `.pre-commit-config.yaml `:
173
+ Sample `` .pre-commit-config.yaml ` `:
174
174
175
175
.. code-block :: yaml
176
176
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ flake8_strftime
110
110
:last-commit:
111
111
:alt: GitHub last commit
112
112
113
- .. |maintained | maintained-shield :: 2020
113
+ .. |maintained | maintained-shield :: 2021
114
114
:alt: Maintenance
115
115
116
116
.. |pypi-downloads | pypi-shield ::
Original file line number Diff line number Diff line change 1
1
autodocsumm >= 0.2.0
2
- default-values >= 0.2.0
2
+ default-values >= 0.4.2
3
3
domdf-sphinx-theme >= 0.3.0
4
4
extras-require >= 0.2.0
5
5
pyyaml >= 5.3.1
6
6
repo-helper-sphinx-theme >= 0.0.2
7
- seed-intersphinx-mapping >= 0.1 .1
7
+ seed-intersphinx-mapping >= 0.3 .1
8
8
sphinx < 3.4.0 ,>= 3.0.3
9
9
sphinx-copybutton >= 0.2.12
10
10
sphinx-notfound-page >= 0.5
11
11
sphinx-prompt >= 1.1.0
12
12
sphinx-tabs >= 1.1.13
13
- sphinx-toolbox >= 1.8.2
13
+ sphinx-toolbox >= 1.8.3
14
14
sphinxcontrib-httpdomain >= 1.7.0
15
15
sphinxemoji >= 0.1.6
16
16
tabulate >= 0.8.7
17
- toctree-plus >= 0.0.4
17
+ toctree-plus >= 0.1.0
Original file line number Diff line number Diff line change 1
1
coverage >= 5.1
2
2
coverage-pyver-pragma >= 0.0.6
3
- domdf-python-tools [testing ]>= 1.6.0
3
+ domdf-python-tools [testing ]>= 2.0.1
4
4
iniconfig != 1.1.0 ,>= 1.0.1
5
5
pytest >= 6.0.0
6
6
pytest-cov >= 2.8.1
Original file line number Diff line number Diff line change 76
76
git+https://github.com/PyCQA/pydocstyle@5118faa7173b0e5bbc230c4adf628758e13605bf
77
77
git+https://github.com/domdfcoding/flake8-quotes.git
78
78
git+https://github.com/domdfcoding/flake8-rst-docstrings.git
79
- git+https://github.com/domdfcoding/flake8-rst-docstrings-sphinx.git@v2
79
+ git+https://github.com/domdfcoding/flake8-rst-docstrings-sphinx.git
80
80
pygments>=2.7.1
81
81
commands = python3 -m flake8_rst_docstrings_sphinx flake8_strftime tests --allow-toolbox {posargs}
82
82
You can’t perform that action at this time.
0 commit comments