We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05a5b97 commit 7a55e89Copy full SHA for 7a55e89
1 file changed
scripts/pre-commit/pylint.sh
@@ -17,4 +17,4 @@ if [[ "$changed_py_files" == "" ]]; then
17
exit 0
18
fi
19
pylint "$changed_py_files"
20
-flake8 "changed_py_files"
+flake8 "$changed_py_files"
0 commit comments