Skip to content
This repository has been archived by the owner on Sep 17, 2023. It is now read-only.

Add taxi as a valid vehicle type #49

Add taxi as a valid vehicle type

Add taxi as a valid vehicle type #49

Workflow file for this run

name: Mypy
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.x'
- name: Install dependencies
run: pip install mypy; pip install -r requirements.txt
- name: mypy
run: make mypy