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 =
221
221
UNSAFE_PYO3_SKIP_VERSION_CHECK=1
222
222
223
223
[testenv:lint]
224
- basepython = python3.8
224
+ basepython = python3.9
225
225
changedir = {toxinidir}
226
226
ignore_errors = True
227
227
skip_install = False
@@ -235,7 +235,7 @@ deps =
235
235
flake8-github-actions>=0.1.0
236
236
flake8-noqa>=1.1.0,<=1.2.2
237
237
flake8-pyi>=20.10.0,<=22.8.0
238
- flake8-pytest-style>=1.3.0
238
+ flake8-pytest-style>=1.3.0,<2
239
239
flake8-quotes>=3.3.0
240
240
flake8-slots>=0.1.0
241
241
flake8-sphinx-links>=0.0.4
@@ -245,7 +245,7 @@ deps =
245
245
git+https://github.com/domdfcoding/flake8-rst-docstrings.git
246
246
git+https://github.com/python-formate/flake8-unused-arguments.git@magic-methods
247
247
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
249
249
pygments>=2.7.1
250
250
importlib_metadata<4.5.0; python_version<'3.8'
251
251
commands = 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