Skip to content

Instantly share code, notes, and snippets.

View johacks's full-sized avatar

Joaquín Jiménez johacks

View GitHub Profile
@johacks
johacks / VS Code Ruff - uv setup
Last active July 26, 2025 05:02
Python ruff-uv setup in VS Code
This short Gist contains a recommended configuration for using uv and ruff in a python project.
The `.vscode/settings.json` configures editor to format on save on Python files and show a ruler for configured line-length.
For it to work, the ruff VS Code extension should be installed.
The `pyproject.toml` shows a template for a Python project publishable to PyPi.