From 62b1d3bd028335cef1d4e3581e4fb0db15a9032d Mon Sep 17 00:00:00 2001 From: Pierre-antoine Comby Date: Fri, 29 Mar 2024 10:45:03 +0100 Subject: [PATCH] update dev deps. --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b67b923..607a138 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,8 +55,8 @@ dependencies = [ # Optional ] [project.optional-dependencies] # Optional -dev = ["black", "isort"] -test = ["pytest", "pytest-black", "pytest-cov", "pytest-sugar", "pytest-xdist"] +dev = ["black", "ruff", "isort"] +test = ["pytest", "pytest-cov", "pytest-sugar", "pytest-xdist"] doc = ["jupyter-book", "sphinx-book-theme<1.0.0"] # List URLs that are relevant to your project # This field corresponds to the "Project-URL" and "Home-Page" metadata fields: