From f500aaa490f2f0ba878a80b3eda8a36dace26ad8 Mon Sep 17 00:00:00 2001 From: Dan Saunders Date: Fri, 29 Aug 2025 22:38:45 -0400 Subject: [PATCH] fix --- pyproject.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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",