remove upgrade UP028

This commit is contained in:
Justin Myers 2024-03-23 09:47:59 -07:00
parent 76e5276bbc
commit ea4852401d

View file

@ -46,7 +46,7 @@ target-version = "py38"
[tool.ruff.lint] [tool.ruff.lint]
select = ["I", "PL", "UP"] select = ["I", "PL", "UP"]
ignore = ["PLR2004", "UP028", "UP030", "UP031", "UP032"] ignore = ["PLR2004", "UP030", "UP031", "UP032"]
[tool.ruff.format] [tool.ruff.format]
line-ending = "lf" line-ending = "lf"