Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(vscode): Set mypy as a default linter.
using vscode:extension/matangover.mypy to lint the codes.
- Loading branch information
cfb8bb8
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need to check that if the dmypy is installed in other directory, then we need to change mypy.dmypyExecutable option.
Or we can just install mypy in global pip install option when Dockerfile builds the ara-api container.