Skip to content

Commit

Permalink
Install specific mypy version
Browse files Browse the repository at this point in the history
  • Loading branch information
jelmer committed Oct 14, 2024
1 parent b9e957c commit 2cf6f9f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pythontest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
python -m ruff format --check .
- name: Typing checks
run: |
pip install --upgrade mypy types-paramiko types-requests
pip install --upgrade types-paramiko types-requests
python -m mypy dulwich
if: "matrix.python-version != 'pypy3'"
- name: Build
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ https = ["urllib3>=1.24.1"]
pgp = ["gpg"]
paramiko = ["paramiko"]
dev = [
"ruff==0.6.9"
"ruff==0.6.9",
"mypy==1.12.0"
]

[project.scripts]
Expand Down

0 comments on commit 2cf6f9f

Please sign in to comment.