Skip to content

Commit

Permalink
πŸ’š Ignore missing imports in pre-commit mypy.
Browse files Browse the repository at this point in the history
  • Loading branch information
rafalkrupinski committed Jun 23, 2024
1 parent 0dc5103 commit 53d4b5c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ repos:
hooks:
- id: mypy
args:
- --ignore-missing-imports
- src
pass_filenames: false
additional_dependencies:
- jinja2
- mako
- anyio # why?

0 comments on commit 53d4b5c

Please sign in to comment.