Skip to content

Commit 56ab6c1

Browse files
committed
Try Core method
1 parent 64c8110 commit 56ab6c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/tests_and_coverage.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ fi
3737
if [ -z "${GITHUB_ACTIONS}" ] || [ "$1" == "linting" ] ; then
3838
# Black first to ensure nothings roughing up ruff
3939
echo "... ruff-ing ..."
40-
ruff format plugwise/ tests/
41-
ruff check plugwise/ tests/
40+
ruff format --quiet plugwise tests
41+
ruff check plugwise tests
4242

4343
echo "... pylint-ing ..."
4444
pylint plugwise/ tests/

0 commit comments

Comments
 (0)