Skip to content

meebs1/python3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python learnings

for package manager, use uv

# init project in current repo
uv init .
# install ruff
uv add ruff


# run stuff using
# this allows us to ignore the venv stuff
uv run file.py

lint stuff

uv run ruff check

editor integration here:

https://docs.astral.sh/ruff/editors/ for VScode, just install the ruff plugin

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages