Skip to content

Bump aiohttp from 3.8.5 to 3.8.6 in /jobs/gtfs-aggregator-scraper #7313

Bump aiohttp from 3.8.5 to 3.8.6 in /jobs/gtfs-aggregator-scraper

Bump aiohttp from 3.8.5 to 3.8.6 in /jobs/gtfs-aggregator-scraper #7313

Workflow file for this run

name: Lint and style checks
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.11.6
- uses: pre-commit/[email protected]
- uses: crate-ci/typos@master
with:
files: ./docs/**
- uses: snok/install-poetry@v1
- name: mypy ci
working-directory: ci
run: |
poetry install
poetry run mypy tasks.py --check-untyped-def