Skip to content

chore(deps-dev): bump mypy from 1.5.1 to 1.6.1 (#85) #135

chore(deps-dev): bump mypy from 1.5.1 to 1.6.1 (#85)

chore(deps-dev): bump mypy from 1.5.1 to 1.6.1 (#85) #135

Workflow file for this run

---
name: ci
on: push
jobs:
test-python:
name: test python
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: '3.11'
- run: pip install pipenv
- run: pipenv install --dev -v
- run: pipenv run pytest
- run: pipenv run mypy .
- run: pipenv run pylint --enable-all-extensions --fail-under 8 harpocrates