mirror of
https://github.com/seemoo-lab/opendrop.git
synced 2026-09-14 23:26:11 -04:00
Replace yapf with black as formatter
This commit is contained in:
@@ -22,10 +22,10 @@ jobs:
|
||||
- name: Install package
|
||||
run: |
|
||||
pip install -e .
|
||||
- name: Check format with yapf
|
||||
- name: Check format with black
|
||||
run: |
|
||||
pip install yapf
|
||||
yapf . -r --diff
|
||||
pip install black
|
||||
black . --check --diff
|
||||
- name: Lint with flake8
|
||||
run: |
|
||||
pip install flake8
|
||||
|
||||
Reference in New Issue
Block a user