mirror of
https://github.com/zensical/zensical.git
synced 2026-05-03 09:30:43 +00:00
zensical:chore - Apply Ruff fixes and lint code
Signed-off-by: pawamoy <dev@pawamoy.fr>
This commit is contained in:
Vendored
+5
-4
@@ -25,16 +25,17 @@
|
||||
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
||||
# IN THE SOFTWARE.
|
||||
|
||||
import os, shutil, subprocess # noqa: E401
|
||||
import os
|
||||
import shutil
|
||||
import subprocess
|
||||
|
||||
# ----------------------------------------------------------------------------
|
||||
# Program
|
||||
# ----------------------------------------------------------------------------
|
||||
|
||||
|
||||
def main():
|
||||
"""
|
||||
Set up development environment.
|
||||
def main() -> None:
|
||||
"""Set up development environment.
|
||||
|
||||
This script clones the Zensical UI repository, and symbolically links the
|
||||
build artifacts into the Python package directory for development use.
|
||||
|
||||
Reference in New Issue
Block a user