From dbf59167fc826f5c0bcb612c6691d24d1fd3a126 Mon Sep 17 00:00:00 2001 From: juanitorduz Date: Mon, 15 Jan 2024 17:11:54 +0100 Subject: [PATCH] rm comments --- pyproject.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 42df1e3b2..02608c614 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,8 +35,6 @@ line-length = 120 indent-width = 4 [tool.ruff.lint] -# Enable Pyflakes (`F`) and a subset of the pycodestyle (`E`) codes by default. -# We also add isort. select = ["E", "F", "I", "W"] ignore = ["E203"]