We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c0cca4 commit d89d29eCopy full SHA for d89d29e
tests/ruff.toml
@@ -8,6 +8,6 @@ lint.extend-select = [
8
lint.extend-ignore = [
9
"S101", # Use of assert detected. As these are tests...
10
"SLF001", # Tests will access private/protected members...
11
- "TCH002", # pytest doesn't like this one...
+ "TC002", # pytest doesn't like this one...
12
"PT012", # annoying with tests
13
]
0 commit comments