Commit 814ea561 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Replicate recent hook changes to local hook

parent 488c8990
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -84,10 +84,10 @@ repos:
- repo: local
  hooks:
  - id: mypy
    name: Mypy
    name: mypy
    types: [python]
    language: system
    entry: ./pre_commit_mypy.py
    args: ["--config-file=.lint"]
    require_serial: true
    verbose: true
    stages: [commit]