Skip to content

chore: Add [tool.ruff.lint] section #182

chore: Add [tool.ruff.lint] section

chore: Add [tool.ruff.lint] section #182

Workflow file for this run

name: Mypy
on: [push, pull_request]
jobs:
build:
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.11'
cache: pip
cache-dependency-path: setup.cfg
- run: pip install .[types]
- run: mypy --strict --show-error-codes yapw