From f9f03d48b836b56bb8819b005cc94935eb089aae Mon Sep 17 00:00:00 2001 From: Marco Gorelli <33491632+MarcoGorelli@users.noreply.github.com> Date: Wed, 27 Nov 2024 13:13:45 +0000 Subject: [PATCH] move to ruff section --- requirements-dev.txt | 1 - utils/check_docstrings.py | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 652da32d84..0df99e50d5 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -9,7 +9,6 @@ pytest pytest-cov pytest-randomly pytest-env -ruff hypothesis hypothesis[numpy] scikit-learn diff --git a/utils/check_docstrings.py b/utils/check_docstrings.py index 39cf99443e..bd89294be9 100644 --- a/utils/check_docstrings.py +++ b/utils/check_docstrings.py @@ -1,3 +1,5 @@ +"""Run ruff on Python examples in docstrings.""" + from __future__ import annotations import ast