diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2025-05-15 12:34:57 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2025-05-15 12:34:57 +0300 |
| commit | ae36f44de7b9adbfa56525dd0046311ea7181288 (patch) | |
| tree | 2cf714e28240204dd95e5b35bcde608d6f135d65 /pyproject.toml | |
| parent | 8d4fa3b038493df8f2b6108cef669d5434b1736e (diff) | |
Run formatter, add ruff config
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", +] |
