Skip to content

remove safety options #99

remove safety options

remove safety options #99

Workflow file for this run

on: [push]
jobs:
mypy:
runs-on: ubuntu-latest
name: "mypy"
steps:
- uses: davidslusser/[email protected]
with:
src: "src"
options: ""
pip_install_command: "pip install -e .[dev]"
python_version: "3.11"