From 1e3a9e8584f9228fef083a2162c4f6394c65204c Mon Sep 17 00:00:00 2001 From: Daniele Nicolodi Date: Mon, 27 May 2024 12:40:39 +0200 Subject: [PATCH] Adjust ruff configuration for Python 3.8 --- ruff.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ruff.toml b/ruff.toml index c3f748b..d824921 100644 --- a/ruff.toml +++ b/ruff.toml @@ -1,3 +1,5 @@ +target-version = '3.8' + line-length = 88 lint.select = [