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.
1 parent 07ef2e6 commit e170539Copy full SHA for e170539
3 files changed
sdk/python/Makefile
@@ -1,3 +1,7 @@
1
+# SPDX-FileCopyrightText: © 2025 Phala Network <dstack@phala.network>
2
+#
3
+# SPDX-License-Identifier: Apache-2.0
4
+
5
.PHONY: install lint format type-check type-check-tests test check-all verify
6
7
# Install dependencies including linting tools
sdk/python/mypy.ini
[mypy]
python_version = 3.10
warn_return_any = True
sdk/python/test_outputs.py
@@ -1,4 +1,6 @@
-#!/usr/bin/env python3
import asyncio
import sys
0 commit comments