diff --git a/pyproject.toml b/pyproject.toml index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..d541b30f6f035588915f6d171285f9473ee6b911 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -0,0 +1,7 @@ +[tool.black] +line-length = 120 +skip-string-normalization = true +exclude = '''( + migrations\/ | manage.py | wsgi.py | .venv | venv +) +'''