chore: revert repository vscode settings

This commit is contained in:
proletarius101 2023-12-30 15:30:10 +08:00
parent 9f02ceafe1
commit 574c5aec17
No known key found for this signature in database
1 changed files with 16 additions and 4 deletions

20
.vscode/settings.json vendored
View File

@ -2,8 +2,20 @@
"python.formatting.blackArgs": [
"--config=pyproject.toml"
],
"python.analysis.typeCheckingMode": "basic",
"conventionalCommits.scopes": [
"deploy"
"python.formatting.provider": "black",
"python.linting.banditEnabled": true,
"python.linting.banditArgs": [
"-ii",
"--ini=.bandit",
],
}
"python.linting.enabled": true,
"python.linting.mypyArgs": [
"--config-file=mypy.ini"
],
"python.linting.mypyEnabled": true,
"python.linting.flake8Enabled": true,
"python.linting.pylintArgs": [
"--rcfile=.pylint-rcfile"
],
"python.linting.pylintEnabled": true,
}