Fix black formating args

This commit is contained in:
Pascal Vizeli 2019-08-08 10:13:44 +02:00 committed by GitHub
parent 0765387ad8
commit 0dee5bd763
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@
"python.linting.enabled": true,
"python.formatting.provider": "black",
"python.formatting.blackArgs": [
"--target--version",
"--target-version",
"py37"
],
"editor.formatOnPaste": false,
@ -24,4 +24,4 @@
"editor.formatOnType": true,
"files.trimTrailingWhitespace": true
}
}
}