File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ domdf_python_tools
18
18
* - Docs
19
19
- |docs | |docs_check |
20
20
* - Tests
21
- - |travis | |actions_windows | |actions_macos | |coveralls | |codefactor |
21
+ - |travis | |actions_windows | |actions_macos | |coveralls | |codefactor | | pre_commit_ci |
22
22
* - PyPI
23
23
- |pypi-version | |supported-versions | |supported-implementations | |wheel |
24
24
* - Anaconda
@@ -107,6 +107,9 @@ domdf_python_tools
107
107
.. |pre_commit | pre-commit-shield ::
108
108
:alt: pre-commit
109
109
110
+ .. |pre_commit_ci | pre-commit-ci-shield ::
111
+ :alt: pre-commit.ci status
112
+
110
113
.. end shields
111
114
112
115
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ sphinx-copybutton>=0.2.12
9
9
sphinx-notfound-page >= 0.5
10
10
sphinx-prompt >= 1.1.0
11
11
sphinx-tabs >= 1.1.13
12
- sphinx-toolbox >= 1.6.1
12
+ sphinx-toolbox >= 1.7.0
13
13
sphinxcontrib-httpdomain >= 1.7.0
14
14
sphinxemoji >= 0.1.6
15
15
toctree-plus >= 0.0.4
Original file line number Diff line number Diff line change 96
96
git+https://github.com/PyCQA/pydocstyle@5118faa7173b0e5bbc230c4adf628758e13605bf
97
97
git+https://github.com/domdfcoding/flake8-quotes.git
98
98
git+https://github.com/domdfcoding/flake8-rst-docstrings.git
99
- git+https://github.com/domdfcoding/flake8-rst-docstrings-sphinx.git@cli
99
+ git+https://github.com/domdfcoding/flake8-rst-docstrings-sphinx.git
100
100
pygments>=2.7.1
101
101
commands = python3 -m flake8_rst_docstrings_sphinx domdf_python_tools tests --allow-toolbox
102
102
You can’t perform that action at this time.
0 commit comments