Skip to content

Commit 35fca4f

Browse files
committed
remove upgrade UP032
1 parent 4655efc commit 35fca4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ target-version = "py38"
4343

4444
[tool.ruff.lint]
4545
select = ["I", "PL", "UP"]
46-
ignore = ["PLR2004", "UP030", "UP032"]
46+
ignore = ["PLR2004", "UP030"]
4747

4848
[tool.ruff.format]
4949
line-ending = "lf"

0 commit comments

Comments
 (0)