Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in mypy
Why does mypy complain about Any as return annotation and how should I annotate a return value that can be anything?
Sep 14, 2026
python
types
mypy
mypy giving error as incompatible type "Optional[int]"; expected "Union[SupportsFloat, str, bytes, bytearray]
Sep 10, 2026
python
mypy
How to annotate the type of a decorator of an async function?
Sep 10, 2026
python
python-asyncio
python-typing
mypy
python/mypy exhaustiveness checking with tuples
Sep 09, 2026
python
match
mypy
mypy "Optional[Dict[Any, Any]]" is not indexable inside standard filter, map
Sep 06, 2026
python
python-typing
mypy
mypy class forward references in type alias gives error when in other module
Sep 05, 2026
python
mypy
How to typecheck class with method inserted by metaclass in Python?
Sep 05, 2026
python
mypy
python-typing
metaclass
Run mypy from pre-commit for different directories
Sep 06, 2026
python
python-3.x
mypy
pre-commit
pre-commit.com
Type hinting a higher order function that takes in a function and return a new function whose arguments are that of the original, but repeated twice
Sep 06, 2026
python
python-typing
mypy
Proper way to add type hints to a JSON object hook
Sep 04, 2026
python
mypy
python-typing
How to type hint a method that returns an instance of a class passed as parameter, with default value?
Sep 04, 2026
python
generics
mypy
mypy - callable with derived classes gives error
Sep 04, 2026
python
mypy
Force an abstract class attribute to be implemented by concrete class
Sep 02, 2026
python
types
abstract-class
mypy
python-3.9
Python + mypy + mixin = has no attribute error
Sep 02, 2026
python
vs-code
mixins
mypy
Type hints for nested defaultdict
Sep 02, 2026
python
mypy
python-typing
defaultdict
pre-commit giving error with mirrors-mypy, how do I fix it?
Aug 28, 2026
apple-m1
mypy
pre-commit-hook
pre-commit
pre-commit.com
type safety (mypy) for function parameters when using *args
Aug 25, 2026
python
python-typing
mypy
Older Entries »