Skip to content

Commit 893b19f

Browse files
authored
Add flake8-pyi (#52)
1 parent 5cf930b commit 893b19f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

mypy_primer.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1428,6 +1428,12 @@ def inner() -> int | None:
14281428
mypy_cmd="{mypy} --namespace-packages --strict -p nion.utils",
14291429
expected_success=True,
14301430
),
1431+
Project(
1432+
location="https://github.com/PyCQA/flake8-pyi",
1433+
mypy_cmd="{mypy} pyi.py",
1434+
pip_cmd="{pip} install types-pyflakes",
1435+
expected_success=True,
1436+
),
14311437
*(
14321438
[
14331439
Project(

0 commit comments

Comments
 (0)