Commit 01e31d7a authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Silence mypy messages regarding unspecified modules

parent a19a80a5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -90,6 +90,7 @@ repos:
  rev: v0.910
  hooks:
  - id: mypy
    args: [--follow-imports=silent]
    additional_dependencies:
    - types-orjson
    - types-requests