Loading .pre-commit-config.yaml +2 −2 Original line number Diff line number Diff line Loading @@ -87,12 +87,12 @@ repos: - flake8-sfs - repo: https://github.com/pre-commit/mirrors-mypy rev: v0.910 rev: v0.942 hooks: - id: mypy args: [--follow-imports=silent] additional_dependencies: - types-orjson - types-requests - trio-typing ~=0.6 - trio-typing[mypy] ~=0.6 - git+https://code.kodo.org.uk/dom/type-stubs.git#type-stubs[jsonpath,parse] pyproject.toml +1 −0 Original line number Diff line number Diff line Loading @@ -43,6 +43,7 @@ strict = true warn_unused_configs = true warn_unreachable = true mypy_path = ["stubs"] plugins = ["trio_typing.plugin"] [[tool.mypy.overrides]] module = "coverage.*" Loading Loading
.pre-commit-config.yaml +2 −2 Original line number Diff line number Diff line Loading @@ -87,12 +87,12 @@ repos: - flake8-sfs - repo: https://github.com/pre-commit/mirrors-mypy rev: v0.910 rev: v0.942 hooks: - id: mypy args: [--follow-imports=silent] additional_dependencies: - types-orjson - types-requests - trio-typing ~=0.6 - trio-typing[mypy] ~=0.6 - git+https://code.kodo.org.uk/dom/type-stubs.git#type-stubs[jsonpath,parse]
pyproject.toml +1 −0 Original line number Diff line number Diff line Loading @@ -43,6 +43,7 @@ strict = true warn_unused_configs = true warn_unreachable = true mypy_path = ["stubs"] plugins = ["trio_typing.plugin"] [[tool.mypy.overrides]] module = "coverage.*" Loading