Skip to content

chore(deps-dev): bump black from 22.12.0 to 24.3.0 in /jobs/gtfs-rt-parser-v2 #7814

chore(deps-dev): bump black from 22.12.0 to 24.3.0 in /jobs/gtfs-rt-parser-v2

chore(deps-dev): bump black from 22.12.0 to 24.3.0 in /jobs/gtfs-rt-parser-v2 #7814

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
- 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