Skip to content

Commit

Permalink
Added pywin32 (#118)
Browse files Browse the repository at this point in the history
---------

Co-authored-by: hauntsaninja <hauntsaninja@gmail.com>
  • Loading branch information
Avasam and hauntsaninja committed Jul 1, 2024
1 parent f53c5b8 commit 77f9712
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions mypy_primer/projects.py
Original file line number Diff line number Diff line change
Expand Up @@ -1187,6 +1187,12 @@ def get_projects() -> list[Project]:
mypy_cmd="{mypy} -p pytest_robotframework",
pyright_cmd="{pyright}",
),
Project(
location="https://github.com/mhammond/pywin32",
mypy_cmd="{mypy} .",
pyright_cmd="{pyright}",
pip_cmd="{pip} install types-pywin32 types-regex types-setuptools",
),
]
assert len(projects) == len({p.name for p in projects})
for p in projects:
Expand Down

0 comments on commit 77f9712

Please sign in to comment.