Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 72887e7

Browse files
committed
fix: remove deprecated rule in ruff
1 parent 17c8c13 commit 72887e7

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

template/pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ ignore = [
6464
"SIM105", # try-except-pass blocks that can be replaced with the contextlib.suppress context manager.
6565
"SIM108", # Use ternary operator instead of `if`-`else`-block
6666
"SIM116", # Use a dictionary instead of consecutive `if` statements
67-
"UP038", # (Deprecated) Use `X | Y` in `isinstance` call instead of `(X, Y)`
6867
]
6968
unfixable = [
7069
"F401", # unused import

0 commit comments

Comments
 (0)