Skip to content

Commit

Permalink
Adds "paramiko" typing stub as "tests" requirement
Browse files Browse the repository at this point in the history
Signed-off-by: Tobias Wolf <[email protected]>
  • Loading branch information
NotTheEvilOne committed Mar 17, 2024
1 parent 5e1c035 commit fec9914
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
with:
cache: 'pip'
- run: python -m pip install .[tests]
- run: mypy --install-types
- uses: pre-commit/[email protected]

0 comments on commit fec9914

Please sign in to comment.