diff options
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 |
