diff options
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 8962a68..3147c82 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ include = ["fnme"] [tool.ruff] line-length = 79 -target-version = "py312" +target-version = "py314" [tool.ruff.lint] select = ["E", "F", "I", "UP"] @@ -31,3 +31,8 @@ select = ["E", "F", "I", "UP"] quote-style = "double" indent-style = "space" skip-magic-trailing-comma = false + +[dependency-groups] +dev = [ + "ruff>=0.15.12", +] |
