Skip to content

Commit

Permalink
Added setuptools & pkg_resources (#119)
Browse files Browse the repository at this point in the history
---------

Co-authored-by: hauntsaninja <hauntsaninja@gmail.com>
  • Loading branch information
Avasam and hauntsaninja authored Jul 1, 2024
1 parent ceb32f5 commit f53c5b8
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions mypy_primer/projects.py
Original file line number Diff line number Diff line change
Expand Up @@ -1169,6 +1169,19 @@ def get_projects() -> list[Project]:
"sniffio",
],
),
Project(
location="https://github.com/pypa/setuptools",
mypy_cmd="{mypy} setuptools pkg_resources",
pyright_cmd="{pyright}",
deps=[
"pytest",
"filelock",
"ini2toml",
"packaging",
"tomli",
"tomli-w",
],
),
Project(
location="https://github.com/detachhead/pytest-robotframework",
mypy_cmd="{mypy} -p pytest_robotframework",
Expand Down

0 comments on commit f53c5b8

Please sign in to comment.