mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 06:22:27 +03:00
fix vscode setting
This commit is contained in:
parent
958fd17232
commit
736f244634
1 changed files with 4 additions and 5 deletions
9
.vscode/settings.json
vendored
9
.vscode/settings.json
vendored
|
@ -1,20 +1,19 @@
|
|||
{
|
||||
"python.formatting.blackArgs": [
|
||||
"--config pyproject.toml"
|
||||
"--config=pyproject.toml"
|
||||
],
|
||||
"python.formatting.provider": "black",
|
||||
"python.linting.banditEnabled": true,
|
||||
"python.linting.banditArgs": [
|
||||
"-r",
|
||||
"-ii",
|
||||
"--ini .bandit",
|
||||
"--ini=.bandit",
|
||||
],
|
||||
"python.linting.enabled": true,
|
||||
"python.linting.mypyArgs": [
|
||||
"--config-file mypy.ini"
|
||||
"--config-file=mypy.ini"
|
||||
],
|
||||
"python.linting.mypyEnabled": true,
|
||||
"python.linting.pycodestyleEnabled": true,
|
||||
"python.linting.flake8Enabled": true,
|
||||
"python.linting.pylintArgs": [
|
||||
"--rcfile=.pylint-rcfile"
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue