Skip to content

fix pretty print of long strings, update to 1.28 #5

fix pretty print of long strings, update to 1.28

fix pretty print of long strings, update to 1.28 #5

Workflow file for this run

name: pr
on:
pull_request:
jobs:
pylint:
name: pylint
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- name: Run pylint
uses: cclauss/[email protected]
with:
args: "pip install -r requirements.txt; pylint -E webapi/*.py"