Add ruff and mypy to dev deps

This commit is contained in:
jan 2026-02-16 18:08:40 -08:00
commit 504f89796c

View file

@ -56,6 +56,8 @@ dev = [
"masque[text]", "masque[text]",
"masque[manhattanize]", "masque[manhattanize]",
"masque[manhattanize_slow]", "masque[manhattanize_slow]",
"ruff>=0.15.1",
"mypy>=1.19.1",
] ]
[tool.hatch.version] [tool.hatch.version]