diff --git a/pyproject.toml b/pyproject.toml index 0807a1cf8..f503cda8d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -166,25 +166,25 @@ llmcompressor = [ dev = [ # Testing "pytest", - "pytest-cov", + "pytest-cov", "pytest-retry", "pytest-sugar", "pytest-xdist", "codecov", "codecov-cli", "tbparse", - + # Code quality "black", - "ruff", + "ruff", "mypy", "pre-commit", "types-requests", - + # Documentation "quartodoc", "jupyter", - + # Utilities "blobfile", "tiktoken",