diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 3c5e145..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "python.formatting.provider": "black", - "python.formatting.blackArgs": [ - "--line-length=119" - ] -} \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 82f7a0e..15a439b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 \ No newline at end of file