Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
FrostyX committed Aug 4, 2024
1 parent 743f58c commit 03ca171
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,12 @@ repos:
rev: v1.7.1
hooks:
- id: mypy
args: [--no-strict-optional, --ignore-missing-imports]
args:
[
--no-strict-optional,
--ignore-missing-imports,
--explicit-package-bases,
]
additional_dependencies:
[
types-six,
Expand Down

0 comments on commit 03ca171

Please sign in to comment.