File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -221,7 +221,7 @@ setenv =
221221 UNSAFE_PYO3_SKIP_VERSION_CHECK=1
222222
223223[testenv:lint]
224- basepython = python3.8
224+ basepython = python3.9
225225changedir = {toxinidir}
226226ignore_errors = True
227227skip_install = False
@@ -235,7 +235,7 @@ deps =
235235 flake8-github-actions>=0.1.0
236236 flake8-noqa>=1.1.0,<=1.2.2
237237 flake8-pyi>=20.10.0,<=22.8.0
238- flake8-pytest-style>=1.3.0
238+ flake8-pytest-style>=1.3.0,<2
239239 flake8-quotes>=3.3.0
240240 flake8-slots>=0.1.0
241241 flake8-sphinx-links>=0.0.4
@@ -245,7 +245,7 @@ deps =
245245 git+https://github.com/domdfcoding/flake8-rst-docstrings.git
246246 git+https://github.com/python-formate/flake8-unused-arguments.git@magic-methods
247247 git+https://github.com/python-formate/flake8-missing-annotations.git
248- pydocstyle>=6.0.0
248+ git+https://github.com/domdfcoding/ pydocstyle.git@stub-functions
249249 pygments>=2.7.1
250250 importlib_metadata<4.5.0; python_version<'3.8'
251251commands = python3 -m flake8_rst_docstrings_sphinx flake8_github_actions tests --allow-toolbox --extend-exclude bad_code.py {posargs}
You can’t perform that action at this time.
0 commit comments