diff options
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index df2ebc9..dd2ac96 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,3 +26,8 @@ build-backend = "setuptools.build_meta" [tool.setuptools] py-modules = ["femtoqueue"] + +[dependency-groups] +dev = [ + "ruff>=0.11.9", +] |
