diff options
| author | Alex Schofield <git@ajschof.me> | 2026-05-04 23:15:28 +0100 |
|---|---|---|
| committer | Alex Schofield <git@ajschof.me> | 2026-05-04 23:15:28 +0100 |
| commit | 1234221a69e759fa14106baacd35203419e728c4 (patch) | |
| tree | c6573511b14b1b819b668d0ffa89103044eab2fd /pyproject.toml | |
| parent | b8a884147a4b7f356ae1eb5745f644369f7908a3 (diff) | |
| download | fuelnearme-1234221a69e759fa14106baacd35203419e728c4.tar.gz fuelnearme-1234221a69e759fa14106baacd35203419e728c4.zip | |
update pyproject.toml with ruff config changes
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 12 |
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 |
