Skip to content

Commit

Permalink
quick fix
Browse files Browse the repository at this point in the history
  • Loading branch information
franneck94 committed May 20, 2024
1 parent 67e6430 commit 114636c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/pre-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,8 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: '3.11'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install mypy==1.10.0
- uses: pre-commit/[email protected]
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pre-commit>=3.6.2
nbQA==1.8.4

# Type Checker
mypy>=1.9.0
mypy>=1.10.0
mypy-extensions>=1.0.0
pyright>=1.1.353

Expand Down

0 comments on commit 114636c

Please sign in to comment.