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 c3164e9 commit 13cf8c0Copy full SHA for 13cf8c0
tox.ini
@@ -103,7 +103,7 @@ deps =
103
git+https://github.com/domdfcoding/flake8-rst-docstrings.git
104
git+https://github.com/python-formate/flake8-unused-arguments.git@magic-methods
105
git+https://github.com/python-formate/flake8-missing-annotations.git
106
- pydocstyle>=6.0.0
+ git+https://github.com/domdfcoding/pydocstyle.git@stub-functions
107
pygments>=2.7.1
108
importlib_metadata<4.5.0; python_version<'3.8'
109
commands = python3 -m flake8_rst_docstrings_sphinx flake8_missing_annotations --allow-toolbox {posargs}
0 commit comments