From d2ca3d41c9b00b3d282d6d00c81c0798731a0544 Mon Sep 17 00:00:00 2001 From: Alexandru Fikl Date: Wed, 3 Jul 2024 11:18:20 +0300 Subject: [PATCH] pyproject: remove ruff version and line-length --- pyproject.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4bfda4e..9749e55 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -73,10 +73,8 @@ modepy = [ ] [tool.ruff] -target-version = "py38" -line-length = 85 - preview = true + [tool.ruff.lint] extend-select = [ "B", # flake8-bugbear