Move Black line length to pyproject.toml

This commit is contained in:
2022-01-03 19:29:00 +01:00
parent 981afea72e
commit 1e0da31c99
2 changed files with 3 additions and 6 deletions

View File

@ -1,6 +0,0 @@
{
"python.formatting.provider": "black",
"python.formatting.blackArgs": [
"--line-length=119"
]
}