From 1234221a69e759fa14106baacd35203419e728c4 Mon Sep 17 00:00:00 2001 From: Alex Schofield Date: Mon, 4 May 2026 23:15:28 +0100 Subject: update pyproject.toml with ruff config changes --- pyproject.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index feeed1f..8962a68 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,3 +19,15 @@ fnme = "fnme.cli:main" [tool.setuptools.packages.find] where = ["."] include = ["fnme"] + +[tool.ruff] +line-length = 79 +target-version = "py312" + +[tool.ruff.lint] +select = ["E", "F", "I", "UP"] + +[tool.ruff.format] +quote-style = "double" +indent-style = "space" +skip-magic-trailing-comma = false -- cgit v1.2.3