Skip to content

Commit 7051f75

Browse files
authored
Merge branch 'master' into mhucka-improve-build-ci
2 parents 3d4e2f3 + deb5b7d commit 7051f75

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ sympy==1.12
44
numpy==1.24.2 # TensorFlow can detect if it was built against other versions.
55
nbformat==5.1.3
66
pylint==2.4.4
7-
yapf==0.40.2
7+
yapf==0.43.0
88
tensorflow==2.15.0

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)