From bc5b9b81dd7ea8a2364898afd0f0a1cf7adeb1d1 Mon Sep 17 00:00:00 2001 From: Carl Meyer Date: Thu, 8 Aug 2024 10:10:30 -0700 Subject: [PATCH] =?UTF-8?q?[red-knot]=20add=20dev=20dependency=20on=20ruff?= =?UTF-8?q?=5Fdb=20os=20feature=20from=20red=5Fknot=5Fpyt=E2=80=A6=20(#127?= =?UTF-8?q?60)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- crates/red_knot_python_semantic/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/red_knot_python_semantic/Cargo.toml b/crates/red_knot_python_semantic/Cargo.toml index 3fad7118de..b611038294 100644 --- a/crates/red_knot_python_semantic/Cargo.toml +++ b/crates/red_knot_python_semantic/Cargo.toml @@ -40,6 +40,7 @@ tempfile = { workspace = true } walkdir = { workspace = true } zip = { workspace = true } ruff_python_parser = { workspace = true } +ruff_db = { workspace = true, features = ["os"]} [lints] workspace = true