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 14af246 commit 24d68bdCopy full SHA for 24d68bd
tox.ini
@@ -108,7 +108,7 @@ deps =
108
git+https://github.com/domdfcoding/flake8-rst-docstrings.git
109
git+https://github.com/python-formate/flake8-unused-arguments.git@magic-methods
110
git+https://github.com/python-formate/flake8-missing-annotations.git
111
- pydocstyle>=6.0.0
+ git+https://github.com/domdfcoding/pydocstyle.git@stub-functions
112
pygments>=2.7.1
113
importlib_metadata<4.5.0; python_version<'3.8'
114
commands = python3 -m flake8_rst_docstrings_sphinx repo_helper_pycharm tests --allow-toolbox {posargs}
0 commit comments