Skip to content

Commit

Permalink
fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi-Gau committed Aug 6, 2024
1 parent 44e1a88 commit 828c54c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repos:
rev: v1.11.1
hooks:
- id: mypy
additional_dependencies: [types-all, pandas-stubs, types-tqdm]
additional_dependencies: [pandas-stubs, types-tqdm, types-setuptools, types-Jinja2]
args: [--config-file=pyproject.toml]
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 24.4.2
Expand Down
2 changes: 1 addition & 1 deletion tools/mist2templateflow
Submodule mist2templateflow updated 0 files

0 comments on commit 828c54c

Please sign in to comment.