Atualizar pyproject.toml
This commit is contained in:
+3
-4
@@ -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__",
|
||||
|
||||
Reference in New Issue
Block a user