1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-09-21 04:10:37 +02:00

chore: revert repository vscode settings

This commit is contained in:
proletarius101 2023-12-30 15:30:10 +08:00 committed by Hans-Christoph Steiner
parent b4b4b20b4c
commit 6b1c5bae0f

18
.vscode/settings.json vendored
View File

@ -2,8 +2,20 @@
"python.formatting.blackArgs": [ "python.formatting.blackArgs": [
"--config=pyproject.toml" "--config=pyproject.toml"
], ],
"python.analysis.typeCheckingMode": "basic", "python.formatting.provider": "black",
"conventionalCommits.scopes": [ "python.linting.banditEnabled": true,
"deploy" "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,
} }