diff options
author | Martin Fischer <martin@push-f.com> | 2022-02-23 17:16:19 +0100 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2022-02-23 17:16:36 +0100 |
commit | b6705e0373cac3111d1316070d71f26db09b3f63 (patch) | |
tree | 15b7e9faf4a04300600ca033804be52f8ceb0ac1 /issues.toml | |
parent | 0b6c028fd4be048bde9369b870e6fe4b80577886 (diff) |
link github issues
Diffstat (limited to 'issues.toml')
-rw-r--r-- | issues.toml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/issues.toml b/issues.toml new file mode 100644 index 0000000..a840797 --- /dev/null +++ b/issues.toml @@ -0,0 +1,7 @@ +[mypy] +infer_return_basic = "mypy intentionally treats unannotated functions as returning Any" +tricky_recursive = '<a href="https://github.com/python/mypy/issues/731">issue 731</a>' +tricky_typevar_constrained = '<a href="https://github.com/python/mypy/issues/11880">issue 11880</a>' + +[pytype] +tricky_enum = '<a href="https://github.com/google/pytype/issues/790">issue 790</a>' |