From dbf79e91b101a455ab5968e4aae8796bce2cd16c Mon Sep 17 00:00:00 2001 From: marschattha <49312804+marschattha@users.noreply.github.com> Date: Thu, 21 Nov 2024 02:02:11 +0500 Subject: [PATCH] Update qlty.toml --- .qlty/qlty.toml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.qlty/qlty.toml b/.qlty/qlty.toml index f80f82e..c917d82 100644 --- a/.qlty/qlty.toml +++ b/.qlty/qlty.toml @@ -1,8 +1,9 @@ config_version = "0" -[sources.default] -repository = "https://github.com/qltyai/plugins.git" -ref = "v0.36.0-pre" +[[source]] +name = "default" +repository = "https://github.com/qltysh/qlty.git" +tag = "v0.447.0" [[plugin]] name = "actionlint"