diff --git a/pyproject.toml b/pyproject.toml index edbec58..ffe9c7f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,3 +26,8 @@ flake8 = "^5.0.4" [build-system] requires = ["poetry-core>=1.0.0"] build-backend = "poetry.core.masonry.api" + +[tool.black] +line-length = 135 +exclude = "(.git|.env|venv|*.spec)" +target-version = ["py310","py311"]