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