Skip to content

♻️ Remove mypy type inferencer #9

♻️ Remove mypy type inferencer

♻️ Remove mypy type inferencer #9

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request: {}
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: set up python
uses: actions/setup-python@v4
with:
python-version: "3.10"
- name: Install hatch
run: pip install hatch
- uses: pre-commit/action@v3.0.0
with:
extra_args: --all-files