From 003c8d77b9a17a9c5de73f38be008537dff84483 Mon Sep 17 00:00:00 2001 From: Mike Gerber Date: Fri, 13 Jun 2025 19:32:42 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20ruff:=20Install=20it=20via=20req?= =?UTF-8?q?uirements-dev.txt=20(to=20not=20call=20system=20ruff=20unexpect?= =?UTF-8?q?edly)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- requirements-dev.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9bb642d..7826eee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,8 +47,8 @@ where = ["src"] [tool.ruff] -select = ["E", "F", "I"] line-length = 120 +lint.select = ["E", "F", "I"] [tool.liccheck] diff --git a/requirements-dev.txt b/requirements-dev.txt index 4e1b64f..0873c01 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -11,3 +11,4 @@ pandas-stubs pre-commit setuptools liccheck +ruff