diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index c06ec6c..8a01f98 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -3,5 +3,5 @@ entry: mypy language: python 'types': [python] - args: ["--ignore-missing-imports"] + args: ["--ignore-missing-imports", "--scripts-are-modules"] additional_dependencies: []