Skip to content

Commit d89d29e

Browse files
committed
Follow remap of TCH002 to TC002
1 parent 3c0cca4 commit d89d29e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ruff.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ lint.extend-select = [
88
lint.extend-ignore = [
99
"S101", # Use of assert detected. As these are tests...
1010
"SLF001", # Tests will access private/protected members...
11-
"TCH002", # pytest doesn't like this one...
11+
"TC002", # pytest doesn't like this one...
1212
"PT012", # annoying with tests
1313
]

0 commit comments

Comments
 (0)