Skip to content

Commit

Permalink
Adds "paramiko" typing for "pre-commit"
Browse files Browse the repository at this point in the history
Signed-off-by: Tobias Wolf <[email protected]>
  • Loading branch information
NotTheEvilOne committed Mar 18, 2024
1 parent 3cc8640 commit 18cce26
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,5 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
with:
cache: 'pip'
- run: python -m pip install .[tests]
- uses: pre-commit/[email protected]
2 changes: 2 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,5 @@ repos:
args: [--strict, --ignore-missing-imports, --check-untyped-defs]
additional_dependencies:
- types-PyYAML
- types-paramiko==3.4.0.*

1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ classifiers =
[options.extras_require]
tests =
pytest==8.0.2
types-paramiko==3.4.0.*

0 comments on commit 18cce26

Please sign in to comment.