Enable linting

This commit is contained in:
Eryn Wells 2022-05-07 08:51:55 -07:00
parent ded318e659
commit a1c1609908

4
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,4 @@
{
"python.linting.pylintEnabled": true,
"python.linting.enabled": true
}