Skip to content

Commit

Permalink
add checks option
Browse files Browse the repository at this point in the history
Co-authored-by: Romain Komorn <[email protected]>
  • Loading branch information
mabdinur and romainkomorndatadog authored Aug 5, 2024
1 parent aa20d04 commit 8ee00a4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions hatch.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ fmt = [
"black {args:.}",
"ruff --fix {args:.}",
"style",
]
checks = [
"style",
"typing",
"spelling",
"riot",
Expand Down

0 comments on commit 8ee00a4

Please sign in to comment.