From 504f89796c772e96397a6e590d8a47d74ab7b756 Mon Sep 17 00:00:00 2001 From: jan Date: Mon, 16 Feb 2026 18:08:40 -0800 Subject: [PATCH] Add ruff and mypy to dev deps --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 764eee9..15ba402 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,6 +56,8 @@ dev = [ "masque[text]", "masque[manhattanize]", "masque[manhattanize_slow]", + "ruff>=0.15.1", + "mypy>=1.19.1", ] [tool.hatch.version]