Skip to content

Commit

Permalink
chore: hush some of the linter output (#345)
Browse files Browse the repository at this point in the history
  • Loading branch information
bepri authored Feb 7, 2025
1 parent 8ba2f0a commit c9e090a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ else
APT := apt-get
endif

PRETTIER=npm exec --package=prettier -- prettier
PRETTIER=npm exec --package=prettier -- prettier --log-level warn
PRETTIER_FILES="**/*.{yaml,yml,json,json5,css,md}"

# By default we should not update the uv lock file here.
Expand Down Expand Up @@ -210,7 +210,7 @@ pack-pip: ##- Build packages for pip (sdist, wheel)
ifneq ($(CI),)
@echo ::group::$@
endif
uv build .
uv build --quiet .
ifneq ($(CI),)
@echo ::endgroup::
endif
Expand Down

0 comments on commit c9e090a

Please sign in to comment.