aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorAlex Schofield <git@ajschof.me>2026-05-04 23:15:28 +0100
committerAlex Schofield <git@ajschof.me>2026-05-04 23:15:28 +0100
commit1234221a69e759fa14106baacd35203419e728c4 (patch)
treec6573511b14b1b819b668d0ffa89103044eab2fd /pyproject.toml
parentb8a884147a4b7f356ae1eb5745f644369f7908a3 (diff)
downloadfuelnearme-1234221a69e759fa14106baacd35203419e728c4.tar.gz
fuelnearme-1234221a69e759fa14106baacd35203419e728c4.zip
update pyproject.toml with ruff config changes
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml12
1 files changed, 12 insertions, 0 deletions
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
git.ajschof.me — hosted by ajschofield — powered by cgit