Skip to content

Commit 13c16a3

Browse files
committed
Chore: Format using newest ruff 0.14.7
1 parent ece2b55 commit 13c16a3

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
@@ -125,7 +125,7 @@ lint.select = [
125125
"YTT",
126126
]
127127

128-
lint.extend-ignore = [ "PD901" ]
128+
lint.extend-ignore = [ ]
129129
lint.per-file-ignores."tests/*" = [ "S101" ] # Use of `assert` detected
130130

131131
[tool.pytest.ini_options]

0 commit comments

Comments
 (0)