From 8ee00a4180b76666763e86f473694d9850923ab5 Mon Sep 17 00:00:00 2001 From: Munir Abdinur Date: Mon, 5 Aug 2024 09:32:55 -0400 Subject: [PATCH] add checks option Co-authored-by: Romain Komorn <136473744+romainkomorndatadog@users.noreply.github.com> --- hatch.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hatch.toml b/hatch.toml index 1848994ec54..b7b8d679810 100644 --- a/hatch.toml +++ b/hatch.toml @@ -44,6 +44,9 @@ fmt = [ "black {args:.}", "ruff --fix {args:.}", "style", +] +checks = [ + "style", "typing", "spelling", "riot",