Run 'ruff format' in quiet mode (#2187)

Otherwise it prints "83 files left unchanged".
This commit is contained in:
Denis Bilenko 2025-01-20 10:26:29 +01:00 committed by GitHub
parent 64fc1c8fe7
commit 7034793d1d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ lintcheck:
# formatting/goimports will not be applied by 'make lint'. However, it will be applied by 'make fmt'.
# If you need to ensure that formatting & imports are always fixed, do "make fmt lint"
fmt:
ruff format
ruff format -q
golangci-lint run --enable-only="gofmt,gofumpt,goimports" --fix ./...
test: