diff --git a/pyproject.toml b/pyproject.toml index 69bfae5..614db8e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,10 +1,3 @@ -[tool.black] -target-version = ['py311'] -line-length = 121 -force-exclude = ''' -migrations -''' - [tool.ruff] exclude = ["migrations"] line-length = 121