Skip to content

dependency(deps): bump aiohttp from 3.10.5 to 3.10.9 #54

dependency(deps): bump aiohttp from 3.10.5 to 3.10.9

dependency(deps): bump aiohttp from 3.10.5 to 3.10.9 #54

Workflow file for this run

name: Type checks
on:
- push
- pull_request
jobs:
mypy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Mypy install
run: pip install --user mypy pydantic
- name: Type checks
run: mypy --explicit-package-bases --disallow-untyped-calls --disallow-untyped-defs --disallow-incomplete-defs --ignore-missing-imports --disable-error-code attr-defined ols/