Commit 4ca8b733 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Pass all file names to mypy pre-commit hook

This ensures that all callers of changed code are also checked.
parent 223dd563
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -90,7 +90,8 @@ repos:
  rev: v1.1.1
  hooks:
  - id: mypy
    args: [--follow-imports=silent]
    args: [--follow-imports=silent, project_templates]
    pass_filenames: false
    additional_dependencies:
    - jinja2
    - types-setuptools