diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index abe4a57..8cae894 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ # See https://pre-commit.com/hooks.html for more hooks default_language_version: - python: python3 + python: python3.8 repos: - repo: https://github.com/pre-commit/pre-commit-hooks @@ -22,7 +22,7 @@ repos: hooks: - id: reorder-python-imports - repo: https://github.com/pre-commit/mirrors-mypy - rev: v0.812 + rev: v0.940 hooks: - id: mypy - args: ['--config-file', './mypy.ini'] + args: [--install-types, --non-interactive] diff --git a/docs/grpc_argument_validator/argument_validator_config.html b/docs/grpc_argument_validator/argument_validator_config.html index 725e0e3..c115569 100644 --- a/docs/grpc_argument_validator/argument_validator_config.html +++ b/docs/grpc_argument_validator/argument_validator_config.html @@ -3,7 +3,7 @@
- +grpc_argument_validator.argument_validator_config
_use_rich_grpc_errors = False
@classmethod
- def set_rich_grpc_errors(cls, enabled: bool = True):
+ def set_rich_grpc_errors(cls, enabled: bool = True) -> None:
"""
Set the option to use rich gRPC errors
"""
@@ -74,7 +74,7 @@ Classes
_use_rich_grpc_errors = False
@classmethod
- def set_rich_grpc_errors(cls, enabled: bool = True):
+ def set_rich_grpc_errors(cls, enabled: bool = True) -> None:
"""
Set the option to use rich gRPC errors
"""
@@ -90,7 +90,7 @@ Classes
Static methods
-def set_rich_grpc_errors(enabled: bool = True)
+def set_rich_grpc_errors(enabled: bool = True) ‑> None
-
Set the option to use rich gRPC errors
@@ -99,7 +99,7 @@ Static methods
Expand source code
@classmethod
-def set_rich_grpc_errors(cls, enabled: bool = True):
+def set_rich_grpc_errors(cls, enabled: bool = True) -> None:
"""
Set the option to use rich gRPC errors
"""
@@ -154,7 +154,7 @@
-Generated by pdoc 0.9.2.
+Generated by pdoc 0.10.0.