We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a488eea commit 5c80931Copy full SHA for 5c80931
.pre-commit-config.yaml
@@ -49,7 +49,7 @@ repos:
49
- id: bandit
50
files: ^(src|python)/
51
- repo: https://github.com/pre-commit/mirrors-mypy
52
- rev: v0.790
+ rev: v0.780
53
hooks:
54
- id: mypy
55
files: ^src/
src/cloudformation_cli_python_lib/recast.py
@@ -127,5 +127,5 @@ def get_forward_ref_type() -> Any:
127
# introspection is valid:
128
# https://docs.python.org/3/library/typing.html#typing.ForwardRef
129
if "ForwardRef" in dir(typing):
130
- return typing.ForwardRef
+ return typing.ForwardRef # type: ignore
131
return typing._ForwardRef # type: ignore
0 commit comments