Skip to content

Commit

Permalink
Add flake8-pyi (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexWaygood authored Nov 8, 2022
1 parent 5cf930b commit 893b19f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions mypy_primer.py
Original file line number Diff line number Diff line change
Expand Up @@ -1428,6 +1428,12 @@ def inner() -> int | None:
mypy_cmd="{mypy} --namespace-packages --strict -p nion.utils",
expected_success=True,
),
Project(
location="https://github.com/PyCQA/flake8-pyi",
mypy_cmd="{mypy} pyi.py",
pip_cmd="{pip} install types-pyflakes",
expected_success=True,
),
*(
[
Project(
Expand Down

0 comments on commit 893b19f

Please sign in to comment.