You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: Makefile
+4-3
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,8 @@ help:
19
19
@echo " test-cpp to run the C++ test suite"
20
20
@echo " test-python to run the Python test suite"
21
21
@echo " coverage to generate a coverage report"
22
-
@echo " format [check=1] to apply C++ formatter; use with 'check=1' to check instead of modify (requires clang-format)"
22
+
@echo " format [check=1] to apply C++ and Python formatter; use with 'check=1' to check instead of modify (requires black and clang-format)"
23
+
@echo " format [version=?] to apply C++ and Python formatter; use with 'version={version}' to check or modify with clang-format-{version} instead of clang-format"
23
24
@echo " check-tidy to build PennyLane-Lightning with ENABLE_CLANG_TIDY=ON (requires clang-tidy & CMake)"
0 commit comments