Fix style being used with yapf 0.30.0
This commit is contained in:
4
.github/workflows/python.yml
vendored
4
.github/workflows/python.yml
vendored
@@ -39,8 +39,8 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip setuptools wheel
|
||||
pip install yapf tockloader
|
||||
pip install 'yapf>=0.30.0' tockloader
|
||||
- name: Test code formatting with yapf
|
||||
run: |
|
||||
echo ::add-matcher::./.github/python_matcher.json
|
||||
yapf --style=chromium --recursive --exclude third_party --diff .
|
||||
yapf --style=yapf --recursive --exclude third_party --diff .
|
||||
|
||||
Reference in New Issue
Block a user