Skip to content

Commit

Permalink
Move idl to root so we can share it with other languages. Add makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
HammadB committed Oct 10, 2023
1 parent 164f254 commit f8b1a91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

0 comments on commit f8b1a91

Please sign in to comment.