We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64c8110 commit 56ab6c1Copy full SHA for 56ab6c1
scripts/tests_and_coverage.sh
@@ -37,8 +37,8 @@ fi
37
if [ -z "${GITHUB_ACTIONS}" ] || [ "$1" == "linting" ] ; then
38
# Black first to ensure nothings roughing up ruff
39
echo "... ruff-ing ..."
40
- ruff format plugwise/ tests/
41
- ruff check plugwise/ tests/
+ ruff format --quiet plugwise tests
+ ruff check plugwise tests
42
43
echo "... pylint-ing ..."
44
pylint plugwise/ tests/
0 commit comments