zensical:chore - Apply Ruff fixes and lint code

Signed-off-by: pawamoy <dev@pawamoy.fr>
This commit is contained in:
Timothée Mazzucotelli
2025-12-09 14:22:47 +01:00
parent 308364bf91
commit 16662405f0
13 changed files with 251 additions and 328 deletions
+5 -4
View File
@@ -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.