add mypy extension
All checks were successful
studiorailgun/trpg/pipeline/head This commit looks good

This commit is contained in:
austin 2025-01-02 10:04:32 -05:00
parent e1fb3c60fc
commit 028a2c85bd

View File

@ -1,5 +1,6 @@
{
"recommendations": [
"ms-python.python",
"matangover.mypy",
]
}