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.
2 parents 4242121 + 2e00856 commit b450b34Copy full SHA for b450b34
scripts/lint_all.sh
@@ -14,7 +14,7 @@
14
# limitations under the License.
15
# ==============================================================================
16
echo "Checking for lint in python code...";
17
-linting_outputs=$(pylint --rcfile .pylintrc ./tensorflow_quantum ./examples);
+linting_outputs=$(pylint --rcfile .pylintrc ./tensorflow_quantum);
18
exit_code=$?
19
if [ "$exit_code" == "0" ]; then
20
echo "Python linting complete!";
0 commit comments