chore: tool.ruff deprecated

This commit is contained in:
Daylin Morgan 2024-10-23 15:33:54 -05:00
parent 6a274cd1c1
commit 0bc9138da3
Signed by: daylin
GPG key ID: 950D13E9719334AD

View file

@ -17,7 +17,7 @@ dev-dependencies = [
"pytest>=8.3.2",
]
[tool.ruff]
[tool.ruff.lint]
select = ["E","F","I"]
ignore = ["E402"]