Commit 998af9dd authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Install dependencies for local hook

parent 814ea561
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -86,8 +86,9 @@ repos:
  - id: mypy
    name: mypy
    types: [python]
    language: system
    language: python
    entry: ./pre_commit_mypy.py
    args: ["--config-file=.lint"]
    additional_dependencies: [mypy, click]
    require_serial: true
    stages: [commit]