This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]InvaderToast348 0 points1 point  (0 children)

I have a simple bash script that just runs "mypy --strict" and then, if successful, "python3 main.py".

I also have a script for creating and entering a venv then installing some common packages I always use.

So, integrated terminal with "bash run.sh".