diff options
| -rw-r--r-- | pyproject.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index 764aa06..ce3bd27 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,6 +14,7 @@ pyyaml = "^6.0.1" [tool.poetry.group.dev.dependencies] pytest = "^8.2.0" +ruff = "^0.4.4" [build-system] requires = ["poetry-core"] |
