Skip to content

Merge pull request #512 from baod-rate/flynt-1.0.0-compatibility #631

Merge pull request #512 from baod-rate/flynt-1.0.0-compatibility

Merge pull request #512 from baod-rate/flynt-1.0.0-compatibility #631

Workflow file for this run

---
name: mypy
on: push # yamllint disable-line rule:truthy
jobs:
mypy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- run: |
pip install -U \
black \
flynt \
isort \
mypy>=0.990 \
pytest \
types-requests \
types-toml
- uses: wearerequired/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
mypy: true
mypy_args: "src"
continue_on_error: false