1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-06-03 06:10:10 +02:00

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

18
.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,
}