diff --git a/pyproject.toml b/pyproject.toml index 553f4d8..5b87b3f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,6 +42,7 @@ line-length = 120 fix = true select = ["ALL"] ignore = ["D1", "D203", "D213", "FA102", "ANN101"] +cache-dir = "/tmp/ruff-cache/" [tool.ruff.isort] lines-after-imports = 2