From 4c14cbb4f0dc2b003aca8c4cab3c2cb6edd38915 Mon Sep 17 00:00:00 2001 From: Denis Anikin Date: Wed, 27 Sep 2023 05:29:21 +0300 Subject: [PATCH] Tmp dir --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) 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