From 3303d9e62d4c27e983d5248c4c97dceba4bf6a17 Mon Sep 17 00:00:00 2001 From: Renato Rosa Date: Wed, 19 Aug 2026 21:23:00 -0300 Subject: [PATCH] Atualizar pyproject.toml --- pyproject.toml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 80a673a..7face55 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,11 +59,10 @@ exclude = [ ] [tool.ruff] line-length = 88 +select = ["E", "F", "I", "W"] +ignore = ["E501"] target-version = "py311" -extend-select = ["E","F","I"] -ignore = [ - "E501", -] +#extend-select = ["E","F","I"] exclude = [ ".git", "__pycache__",