From 7d4dffd3c30374c3d95ff7f25af90572148c9b1a Mon Sep 17 00:00:00 2001 From: Samuel FORESTIER Date: Sat, 31 Aug 2024 11:30:41 +0200 Subject: [PATCH] [DEV] Publishes minimal Ruff configuration --- pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index de2b887a..ce2a1d81 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,6 +37,10 @@ check_untyped_defs = true module = "netifaces" ignore_missing_imports = true +# Ruff +[tool.ruff] +line-length = 100 + # Black [tool.black] line-length = 100