From 67ede4ab67ad9f5ffa31f71d121c91a34fa2ddc5 Mon Sep 17 00:00:00 2001 From: albnnc Date: Mon, 6 Jul 2026 02:06:10 +0300 Subject: [PATCH] w --- .dprint.json | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/.dprint.json b/.dprint.json index 696337b..847d98e 100644 --- a/.dprint.json +++ b/.dprint.json @@ -2,20 +2,16 @@ "excludes": ["**/.git", "**/.target", "**/vendor", "**/*.js"], "includes": ["**/*.{md,json,py}"], "indentWidth": 2, - "json": { - "deno": true - }, "lineWidth": 80, - "markdown": { - "deno": true + "json": {}, + "markdown": {}, + "ruff": { + "lineLength": 88, + "targetVersion": "py310" }, "plugins": [ "https://plugins.dprint.dev/json-0.22.0.wasm", "https://plugins.dprint.dev/markdown-0.22.1.wasm", "https://plugins.dprint.dev/ruff-0.7.20.wasm" ], - "ruff": { - "lineLength": 88, - "targetVersion": "py310" - } }