mirror of
https://github.com/explosion/spaCy.git
synced 2025-03-13 07:55:49 +03:00
CI: Switch to flake8==5.0.4
This commit is contained in:
parent
0a53742268
commit
0a0e97f404
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user