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 98f53a0 commit fe3ad9dCopy full SHA for fe3ad9d
tox.ini
@@ -117,7 +117,7 @@ deps =
117
git+https://github.com/domdfcoding/flake8-rst-docstrings.git
118
git+https://github.com/python-formate/flake8-unused-arguments.git@magic-methods
119
git+https://github.com/python-formate/flake8-missing-annotations.git
120
- pydocstyle>=6.0.0
+ git+https://github.com/domdfcoding/pydocstyle.git@stub-functions
121
pygments>=2.7.1
122
importlib_metadata<4.5.0; python_version<'3.8'
123
commands = python3 -m flake8_rst_docstrings_sphinx configconfig tests --allow-toolbox {posargs}
0 commit comments