Sebastian Rittau

Results 516 comments of Sebastian Rittau

I *suspect* that `converter` should be typed as `ClassVar` and that mypy basically thinks that the first argument of `gmtime` is `self`, since it's not. PR with tests welcome!

As I understand, flask-sqlalchemy-lite is already typed. Importing both flask_sqlalchemy and flask_sqlalchemy_lite in the stubs would be problematic, since that means that users would need to install both with the...

See my comment about visit methods in #14234: We should probably just add them to `NodeVisitor` with standard types and leave them alone in sub-classes (unless those sub-classes do anything...

> sphinx/writers/html5.py:350:57: error: Argument 4 to "starttag" of "HTMLTranslator" has incompatible type "**dict[str, str]"; expected "bool" [arg-type] This is a weird semi-false positive. `starttag` – matching the implementation – is...