Skip to content

Commit b269c76

Browse files
committed
Update CTS and ignore ruff A005
1 parent 45e2dde commit b269c76

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ select = [
167167
"YTT",
168168
]
169169

170-
ignore = ["S105", "S101", "D107", "D105", "PLR0913", "SIM108", "PT001"]
170+
ignore = ["S105", "S101", "D107", "D105", "PLR0913", "SIM108", "PT001", "A005"]
171171

172172
fixable = ["I"]
173173
unfixable = []

0 commit comments

Comments
 (0)