Skip to content

Commit

Permalink
fix: Fix mypy in pre-commit-config.yaml (#102)
Browse files Browse the repository at this point in the history
Fix mypy
  • Loading branch information
MegaAnda123 committed Jun 18, 2024
1 parent f23d3c1 commit 7432aca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ repos:
args:
- "--allow-redefinition"
additional_dependencies:
- "numpy==1.24.4"
- "numpy<=1.24"
- "types-setuptools==67.2.0.1"
- "pandas-stubs==1.2.0.61"
- "pytest-mypy-plugins==1.9.3"
Expand Down

0 comments on commit 7432aca

Please sign in to comment.