mirror of
https://github.com/postgres/pgweb.git
synced 2025-07-25 16:02:27 +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
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install pycodestyle==2.4.0
|
||||
pip install pycodestyle==2.6.0
|
||||
- name: Validate with pycodestyle
|
||||
run: |
|
||||
pycodestyle
|
||||
|
Reference in New Issue
Block a user