Skip to content

Commit 9fa460d

Browse files
committed
Update CTS and ignore ruff A005
1 parent cb80da2 commit 9fa460d

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
@@ -160,7 +160,7 @@ select = [
160160
"YTT",
161161
]
162162

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

165165
fixable = ["I"]
166166
unfixable = []

tests/cts

0 commit comments

Comments
 (0)