Atualizar pyproject.toml

This commit is contained in:
2026-08-19 21:23:00 -03:00
parent 4e6057c9fe
commit 3303d9e62d
+3 -4
View File
@@ -59,11 +59,10 @@ exclude = [
] ]
[tool.ruff] [tool.ruff]
line-length = 88 line-length = 88
select = ["E", "F", "I", "W"]
ignore = ["E501"]
target-version = "py311" target-version = "py311"
extend-select = ["E","F","I"] #extend-select = ["E","F","I"]
ignore = [
"E501",
]
exclude = [ exclude = [
".git", ".git",
"__pycache__", "__pycache__",