Skip to content

Bump urllib3 from 1.26.16 to 1.26.18 #419

Bump urllib3 from 1.26.16 to 1.26.18

Bump urllib3 from 1.26.16 to 1.26.18 #419

Workflow file for this run

name: mypy
on: push
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.11.4
- name: Install dependencies
run: |
python -m pip install poetry
poetry install
env:
CI: 1
- name: Check types with mypy
run: |
poetry run mypy app.py server tests