Commit c702c716 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Make mypy pre-commit hook analyse all modules

parent cac0d563
Loading
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -93,7 +93,8 @@ repos:
  rev: v0.991
  hooks:
  - id: mypy
    args: [--follow-imports=silent]
    args: [--follow-imports=silent, kilter/service]
    pass_filenames: false
    additional_dependencies:
    - anyio
    - kilter.protocol ~=0.1.3