Skip to content

Instantly share code, notes, and snippets.

@cfbevan
cfbevan / pyproject.toml
Created August 14, 2024 00:04
Full Ruff settings for pyproject
[project]
name = "tool_testing"
version = "0.1.0"
description = "Ruff Tested Project"
authors = [{ name = "", email = "" }]
dependencies = []
requires-python = "==3.11.*"
readme = "README.md"
license = { text = "MIT" }