-
```py
def foo() -> None:
_ = [1] # error: no-any-expr
```
[playground](https://mypy-play.net/?mypy=latest&python=3.12&flags=show-error-codes%2Cstrict%2Ccheck-untyped-defs%2Cdisallow-any-decora…
-
**Bug Report**
I'm creating an `ABC` inheriting from an untyped class and override its `__init__` function. Then, all child classes are detected as being abstract, even though they are not…
-
I just implemented this integration and for the most part things went smooth. But now I stumbled into a case that I cannot seem to solve, see the example below.
Running below in a virtual env wher…
-
**Bug Report**
I have not been able to find any issues discussing a similar situation, so I'm filing this bug. I apologize in advanced if this is just a configuration issue. As best as I can curr…
-
**Issue by [Mr-Geekman](https://github.com/Mr-Geekman)**
_Monday Jul 24, 2023 at 06:40 GMT_
_Originally opened as https://github.com/tinkoff-ai/etna/issues/1327_
----
### 🚀 Feature Request
Fix `…
-
**I was trying to...**
Almost all of my code is typed properly, with DTOs and validation on input data. All my responses are either mapped to entities (from TypeORM), or DTOs which I explicitly conve…
-
### Godot version
v4.4.dev3.official (f4af820)
### godot-cpp version
4.4.dev (6facde3)
### System information
Ubuntu 22.04.5 LTS 22.04 - X11 - Vulkan (Forward+)
### Issue description
A GDExtens…
-
A number of elements of the public interface are untyped and thus can get flagged in user code that uses strict typing. Here are just a few. I'm flagging these as it's not clear whether this is intent…
-
cm-beetle을 컴파일하려고 하니 아래와 같은 에러가 계속 발생하는데 혹시 원인이 무엇일까요?
```
~/workspace/cm-beetle(v0.2.2 U:3 ?:1 ✗) make
Generating Swagger API documentation...
2024/09/27 17:33:10 Generate swagger docs....
202…
-
In lack of a [formal specification](https://github.com/thi-ng/umbrella/issues/234) It's not strictly forbidden at the moment. Explicit mentioning the possibility of untyped links would help:
~~~
f…