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 6c3cbb3 commit d1d8096Copy full SHA for d1d8096
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/ --fix
+ ruff plugwise/ tests/
40
41
echo "... pylint-ing ..."
42
pylint plugwise/ tests/
0 commit comments