Update init.yml
Only black will be used
This commit is contained in:
parent
2444ca8ecb
commit
b9ae053927
1 changed files with 1 additions and 2 deletions
3
.github/workflows/init.yml
vendored
3
.github/workflows/init.yml
vendored
|
@ -25,10 +25,9 @@ jobs:
|
||||||
python-version: 3.8
|
python-version: 3.8
|
||||||
|
|
||||||
- name: Install Python dependencies
|
- name: Install Python dependencies
|
||||||
run: pip install black flake8
|
run: pip install black
|
||||||
|
|
||||||
- name: Run linters
|
- name: Run linters
|
||||||
uses: wearerequired/lint-action@v2
|
uses: wearerequired/lint-action@v2
|
||||||
with:
|
with:
|
||||||
black: true
|
black: true
|
||||||
flake8: true
|
|
||||||
|
|
Loading…
Reference in a new issue