Skip to content

Bump urllib3 from 1.26.18 to 1.26.19 #235

Bump urllib3 from 1.26.18 to 1.26.19

Bump urllib3 from 1.26.18 to 1.26.19 #235

Workflow file for this run

name: Check style
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python: ['3.9']
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: pip install pycodestyle
- name: Run checks
run: pycodestyle ./