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

Add Mypy to pre-commit hooks

parent b2b033a8
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
[mypy]

[mypy-pylint.*]
ignore_missing_imports = true


[flake8]
max-line-length = 92
max-doc-length = 92
+6 −0
Original line number Diff line number Diff line
@@ -83,3 +83,9 @@ repos:
    verbose: true
    additional_dependencies:
    - click ~=7.0

- repo: https://code.kodo.org.uk/dom/pre-commit-mypy
  rev: v0.800
  hooks:
  - id: mypy
    args: ["--config-file=.lint"]