Skip to content

Updated Typeguard requirement to >=4.0.0. While Typeguard 3.x.x is 2 … #409

Updated Typeguard requirement to >=4.0.0. While Typeguard 3.x.x is 2 …

Updated Typeguard requirement to >=4.0.0. While Typeguard 3.x.x is 2 … #409

Workflow file for this run

---
name: Codespell
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
codespell:
name: Check for spelling errors
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: codespell-project/actions-codespell@master
with:
ignore_words_list: assertIn