mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-25 17:36:30 +03:00
CI: add isort --check to validate job (#12727)
This commit is contained in:
parent
e2b70df012
commit
e73c1a89bf
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
|
@ -37,6 +37,10 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
python -m pip install black -c requirements.txt
|
python -m pip install black -c requirements.txt
|
||||||
python -m black spacy --check
|
python -m black spacy --check
|
||||||
|
- name: isort
|
||||||
|
run: |
|
||||||
|
python -m pip install isort -c requirements.txt
|
||||||
|
python -m isort spacy --check
|
||||||
- name: flake8
|
- name: flake8
|
||||||
run: |
|
run: |
|
||||||
python -m pip install flake8==5.0.4
|
python -m pip install flake8==5.0.4
|
||||||
|
|
Loading…
Reference in New Issue
Block a user