Renaming and minor improvements

This commit is contained in:
Andras Schmelczer 2022-07-08 10:05:33 +02:00
parent 00714bef4e
commit dadbe24c82
5 changed files with 27 additions and 18 deletions

View file

@ -69,6 +69,9 @@
"python.testing.pytestArgs": [
"tests"
],
"python.linting.flake8Enabled": false,
"python.linting.pylintEnabled": false,
"python.linting.mypyEnabled": true,
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true
}