Loading .pre-commit-config.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading pyproject.toml +1 −0 Original line number Diff line number Diff line Loading @@ -72,6 +72,7 @@ flake8-docstrings = ["-*"] [tool.mypy] python_version = 3.10 strict = true warn_unused_configs = true warn_unreachable = true Loading Loading
.pre-commit-config.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
pyproject.toml +1 −0 Original line number Diff line number Diff line Loading @@ -72,6 +72,7 @@ flake8-docstrings = ["-*"] [tool.mypy] python_version = 3.10 strict = true warn_unused_configs = true warn_unreachable = true Loading