Skip to content

Commit

Permalink
update .vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
leafyoung committed Nov 9, 2023
1 parent 44b4afd commit 318cd8a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@
"python.analysis.diagnosticMode": "workspace",
"autopep8.args": ["--max-line-length", "120"],
"ruff.args": ["--ignore", "E501", "--ignore", "F841"],
"python.linting.pylintEnabled": true,
"python.linting.lintOnSave": true,
"python.linting.enabled": true,
"python.linting.pylintArgs": [],
"python.testing.unittestArgs": ["-v", "-s", "./tests", "-p", "test_*.py"],
"python.testing.pytestEnabled": false,
"python.testing.unittestEnabled": true,
Expand Down

0 comments on commit 318cd8a

Please sign in to comment.