Skip to content

Commit b450b34

Browse files
authored
Merge branch 'master' into mhucka-split-ci
2 parents 4242121 + 2e00856 commit b450b34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/lint_all.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# limitations under the License.
1515
# ==============================================================================
1616
echo "Checking for lint in python code...";
17-
linting_outputs=$(pylint --rcfile .pylintrc ./tensorflow_quantum ./examples);
17+
linting_outputs=$(pylint --rcfile .pylintrc ./tensorflow_quantum);
1818
exit_code=$?
1919
if [ "$exit_code" == "0" ]; then
2020
echo "Python linting complete!";

0 commit comments

Comments
 (0)