Skip to content

Commit

Permalink
chore: remove small left-over log from check task
Browse files Browse the repository at this point in the history
  • Loading branch information
tumidi committed Apr 2, 2024
1 parent a02d769 commit ee52bb8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/check.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ deps = ["_clone:ensure-repos:qpy"]
uses = { _repos = "_utils:parse-repos $repos" }
shell = """
for repo in $_repos; do
echo -e "${COLOR_TASK}[typecheck] ${COLOR_REPO}(${repo})${COLOR_OFF}"
poetry run poe lint $repo
poetry run poe fmt --check $repo
poetry run poe typecheck $repo
Expand Down

0 comments on commit ee52bb8

Please sign in to comment.