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"
]
}

View File

@ -29,3 +29,6 @@ bandit = "^1.7.0"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
[tool.black]
line-length = 119