CI: Switch to flake8==5.0.4

This commit is contained in:
Adriane Boyd 2022-12-12 16:32:46 +01:00
parent 0a53742268
commit 0a0e97f404

View File

@ -29,7 +29,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"