File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ domdf_python_tools
17
17
* - Docs
18
18
- |docs | |docs_check |
19
19
* - Tests
20
- - |travis | |actions_windows | |actions_macos | |coveralls | |codefactor |
20
+ - |travis | |actions_windows | |actions_macos | |coveralls | |codefactor | | pre_commit_ci |
21
21
* - PyPI
22
22
- |pypi-version | |supported-versions | |supported-implementations | |wheel |
23
23
* - Anaconda
@@ -105,6 +105,10 @@ domdf_python_tools
105
105
:target: https://github.com/pre-commit/pre-commit
106
106
:alt: pre-commit
107
107
108
+ .. |pre_commit_ci | image :: https://results.pre-commit.ci/badge/github/domdfcoding/domdf_python_tools/master.svg
109
+ :target: https://results.pre-commit.ci/latest/github/domdfcoding/domdf_python_tools/master
110
+ :alt: pre-commit.ci status
111
+
108
112
.. end shields
109
113
110
114
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
99
+ git+https://github.com/domdfcoding/flake8-rst-docstrings-sphinx.git@cli
100
100
pygments>=2.7.1
101
- commands = flake8 domdf_python_tools tests --format =rst -toolbox
101
+ commands = python3 -m flake8_rst_docstrings_sphinx domdf_python_tools tests --allow -toolbox
102
102
103
103
[testenv:yapf]
104
104
basepython = python3.7
You can’t perform that action at this time.
0 commit comments