Skip to content

Commit 8cfb72d

Browse files
committed
Update flake8 config
1 parent fff3bcd commit 8cfb72d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
225225
changedir = {toxinidir}
226226
ignore_errors = True
227227
skip_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'
251251
commands = python3 -m flake8_rst_docstrings_sphinx flake8_github_actions tests --allow-toolbox --extend-exclude bad_code.py {posargs}

0 commit comments

Comments
 (0)