Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17c8c13 commit 72887e7Copy full SHA for 72887e7
1 file changed
template/pyproject.toml
@@ -64,7 +64,6 @@ ignore = [
64
"SIM105", # try-except-pass blocks that can be replaced with the contextlib.suppress context manager.
65
"SIM108", # Use ternary operator instead of `if`-`else`-block
66
"SIM116", # Use a dictionary instead of consecutive `if` statements
67
- "UP038", # (Deprecated) Use `X | Y` in `isinstance` call instead of `(X, Y)`
68
]
69
unfixable = [
70
"F401", # unused import
0 commit comments