Skip to content

Update pre-commit hook pre-commit/mirrors-mypy to v1.13.0 (#109) #6

Update pre-commit hook pre-commit/mirrors-mypy to v1.13.0 (#109)

Update pre-commit hook pre-commit/mirrors-mypy to v1.13.0 (#109) #6

Workflow file for this run

name: pytest
on:
pull_request:
push:
branches: [main]
jobs:
pytest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Poetry
uses: snok/install-poetry@v1
- name: Install dependencies
run: poetry install
- name: Run pytest
run: poetry run pytest .