test dockerfile

This commit is contained in:
2021-02-01 22:21:45 +00:00
parent 981e62d3c2
commit cb9841972c
4 changed files with 43 additions and 1 deletions

View File

@@ -9,6 +9,10 @@
"launch": {},
"python.linting.flake8Enabled": true,
"python.linting.banditEnabled": true,
"python.testing.pytestEnabled": true
"python.testing.pytestEnabled": true,
"workbench.colorTheme": "light",
"python.linting.flake8Args": [
"--max-line-length=100"
]
}
}