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 afb21e3 commit d2f24f5Copy full SHA for d2f24f5
scripts/tests_and_coverage.sh
@@ -36,7 +36,7 @@ fi
36
if [ -z "${GITHUB_ACTIONS}" ] || [ "$1" == "linting" ] ; then
37
# Black first to ensure nothings roughing up ruff
38
echo "... ruff-ing ..."
39
- ruff plugwise/ tests/
+ ruff check plugwise/ tests/
40
41
echo "... pylint-ing ..."
42
pylint plugwise/ tests/
0 commit comments