Skip to content

Commit 7d798ab

Browse files
committed
Fix pre-commit hook issues
1 parent 55cf0f6 commit 7d798ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ repos:
3131
rev: v1.5.1
3232
hooks:
3333
- id: mypy
34-
additional_dependencies: [pytest]
34+
additional_dependencies: [pytest, pandas-stubs]
3535
args: [--strict]
3636

3737
- repo: https://github.com/igorshubovych/markdownlint-cli

0 commit comments

Comments
 (0)