Update init.yml

Only black will be used
This commit is contained in:
Tran Trong Nghia 2023-01-17 11:37:04 +07:00 committed by GitHub
parent 2444ca8ecb
commit b9ae053927
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,10 +25,9 @@ jobs:
python-version: 3.8
- name: Install Python dependencies
run: pip install black flake8
run: pip install black
- name: Run linters
uses: wearerequired/lint-action@v2
with:
black: true
flake8: true