diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..4c05d32e7b59420337f71bd8323ce683d803c057 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,10 @@ +[tool.ruff] +line-length = 122 + +[tool.ruff.format] +quote-style = "preserve" + +[tool.black] +line-length = 122 +skip-string-normalization = true +