Verified Commit f4d879a6 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Tweak Mypy settings

parent 4113f44c
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -96,7 +96,7 @@ repos:
  rev: v1.4.1
  hooks:
  - id: mypy
    args: [--follow-imports=silent, kilter/protocol, tests]
    args: [kilter/protocol, tests]
    pass_filenames: false
    additional_dependencies:
    - trio-typing
+1 −0
Original line number Diff line number Diff line
@@ -72,6 +72,7 @@ flake8-docstrings = ["-*"]


[tool.mypy]
python_version = 3.10
strict = true
warn_unused_configs = true
warn_unreachable = true