mirror of
https://github.com/postgres/pgweb.git
synced 2025-08-03 15:38:59 +00:00
Update to a slightly newer pycodestyle
This commit is contained in:
2
.github/workflows/validate-syntax.yaml
vendored
2
.github/workflows/validate-syntax.yaml
vendored
@ -19,7 +19,7 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install pycodestyle==2.4.0
|
pip install pycodestyle==2.6.0
|
||||||
- name: Validate with pycodestyle
|
- name: Validate with pycodestyle
|
||||||
run: |
|
run: |
|
||||||
pycodestyle
|
pycodestyle
|
||||||
|
Reference in New Issue
Block a user