Skip to content

Commit

Permalink
Add meson (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
eli-schwartz committed Apr 26, 2023
1 parent 3a2481c commit 9af86f8
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 @@ -1597,6 +1597,12 @@ def inner() -> int | None:
pip_cmd="{pip} install types-setuptools types-pywin32 types-python-xlib",
expected_success=True,
),
Project(
location="https://github.com/mesonbuild/meson",
mypy_cmd="./run_mypy.py --mypy {mypy}",
pip_cmd="{pip} install types-PyYAML",
expected_success=True,
),
*(
[
Project(
Expand Down

0 comments on commit 9af86f8

Please sign in to comment.