Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |