We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e65e315 commit 8abd358Copy full SHA for 8abd358
tox.ini
@@ -115,7 +115,7 @@ deps =
115
git+https://github.com/domdfcoding/flake8-rst-docstrings.git
116
git+https://github.com/python-formate/flake8-unused-arguments.git@magic-methods
117
git+https://github.com/python-formate/flake8-missing-annotations.git
118
- pydocstyle>=6.0.0
+ git+https://github.com/domdfcoding/pydocstyle.git@stub-functions
119
pygments>=2.7.1
120
importlib_metadata<4.5.0; python_version<'3.8'
121
commands = python3 -m flake8_rst_docstrings_sphinx tox_recreate_hook tests --allow-toolbox {posargs}
0 commit comments