Skip to content

Commit 7a55e89

Browse files
authored
enable flake8 (#2752)
1 parent 05a5b97 commit 7a55e89

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/pre-commit/pylint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ if [[ "$changed_py_files" == "" ]]; then
1717
exit 0
1818
fi
1919
pylint "$changed_py_files"
20-
flake8 "changed_py_files"
20+
flake8 "$changed_py_files"

0 commit comments

Comments
 (0)