* add config to [`pyproject.toml`](https://github.com/carsonfarmer/fastpair/blob/main/pyproject.toml) * [example](https://mypy.readthedocs.io/en/stable/config_file.html#example-pyproject-toml) * add config to [`.pre-commit-config.yaml`](https://github.com/carsonfarmer/fastpair/blob/main/.pre-commit-config.yaml) * [example](https://github.com/pre-commit/mirrors-mypy) * ~~either add:~~ ***not needed since `pre-commit` is enabled*** * ~~a stand-alone action - as in [`momepy`](https://github.com/pysal/momepy/blob/main/.github/workflows/mypy.yml) - or~~ * ~~adapt [`testing.yml`](https://github.com/carsonfarmer/fastpair/blob/main/.github/workflows/testing.yml) to run `mypy` only on `ubuntu-latest`~~ * xref: * #55 * #20