Added battleship files
This commit is contained in:
17
Battleships/battleships-137-main/.vscode/settings.json
vendored
Normal file
17
Battleships/battleships-137-main/.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"python.pythonPath": ".venv/bin/python",
|
||||
"python.formatting.provider": "black",
|
||||
"python.formatting.blackArgs": ["--line-length=79" ],
|
||||
"python.formatting.autopep8Args": ["--max-line-length=79" ],
|
||||
"python.linting.enabled": true,
|
||||
"python.linting.flake8Enabled": true,
|
||||
"python.linting.pylintEnabled": true,
|
||||
"python.linting.lintOnSave": true,
|
||||
"python.linting.flake8Args": [
|
||||
"--max-line-length=79"
|
||||
],
|
||||
"python.linting.pylintArgs": [
|
||||
"--disable=C0111" // Disable missing docstring warnings if needed
|
||||
],
|
||||
"files.autoSave": "onFocusChange"
|
||||
}
|
||||
Reference in New Issue
Block a user