Switch to flake8==5.0.4

This commit is contained in:
Adriane Boyd 2022-12-12 14:29:45 +01:00
parent d4acae856a
commit e965f9d40a
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ jobs:
inputs:
versionSpec: "3.7"
- script: |
pip install flake8==3.9.2
pip install flake8==5.0.4
python -m flake8 spacy --count --select=E901,E999,F821,F822,F823 --show-source --statistics
displayName: "flake8"

View File

@ -27,6 +27,6 @@ cython>=0.25,<3.0
pytest>=5.2.0
pytest-timeout>=1.3.0,<2.0.0
mock>=2.0.0,<3.0.0
flake8>=3.8.0,<3.10.0
flake8>=3.8.0,<6.0.0
hypothesis>=3.27.0,<7.0.0
mypy==0.910