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 3d4e2f3 + deb5b7d commit 7051f75Copy full SHA for 7051f75
requirements.txt
@@ -4,5 +4,5 @@ sympy==1.12
4
numpy==1.24.2 # TensorFlow can detect if it was built against other versions.
5
nbformat==5.1.3
6
pylint==2.4.4
7
-yapf==0.40.2
+yapf==0.43.0
8
tensorflow==2.15.0
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