diff --git a/pyproject.toml b/pyproject.toml index 0352cf2..884d4a8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,6 +24,8 @@ mypy = "^1.12.0" pre-commit = "^4.0.1" isort = "^5.13.2" flake8 = "^7.1.1" +black = "^24.2.0" +ruff = "^0.3.0" [tool.poetry.group.docs.dependencies]