diff --git a/pyproject.toml b/pyproject.toml index e24f6132..986f0fdf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,3 +56,14 @@ exclude = [ "^test*", "^setup.py*", ] + +[tool.ruff] +line-length = 96 +[tool.ruff.lint.isort] +case-sensitive = true +order-by-type = false +lines-after-imports = 2 + +[tool.black] +line-length = 96 +skip-string-normalization = true