Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 424 Bytes

File metadata and controls

25 lines (16 loc) · 424 Bytes

learn-python

Learn python basics

Build

First time

  1. Make sure uv is installed
  2. Run uv sync

Update dependencies

Run uv sync

Update transitive dependencies

Run uv lock --upgrade-package <transitive_package_name>

Change code

Run ruff from time to time from project root or from specific folder

ruff check
ruff format