3👍
using this one helped me https://mypy.readthedocs.io/en/stable/config_file.html#confval-mypy_path
i added to settings [mypy]
mypy_path = $MYPY_CONFIG_FILE_DIR/src
1👍
Use the --config-file
cd src
poetry run mypy . --config-file=../pyproject.toml
- [Django]-Auto_now field is not updating with updating using filter()
- [Django]-Django user proxy models fast access
- [Django]-Document link on front end in Wagtail
- [Django]-How to call my field validators in my save method in Django?
Source:stackexchange.com