From f8b1a9153e60af6cfaf9280c899482aa643f93c7 Mon Sep 17 00:00:00 2001 From: hammadb Date: Tue, 10 Oct 2023 16:58:45 -0700 Subject: [PATCH] Move idl to root so we can share it with other languages. Add makefile --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fdee8bcec19..750bab0d304 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -32,5 +32,5 @@ repos: rev: "v1.2.0" hooks: - id: mypy - args: [-v, --strict, --ignore-missing-imports, --follow-imports=silent, --disable-error-code=type-abstract, --config-file=./mypy.ini] + args: [--strict, --ignore-missing-imports, --follow-imports=silent, --disable-error-code=type-abstract, --config-file=./mypy.ini] additional_dependencies: ["types-requests", "pydantic", "overrides", "hypothesis", "pytest", "pypika", "numpy", "types-protobuf", "kubernetes"]