We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 023dd32 commit c618ef3Copy full SHA for c618ef3
1 file changed
ruff.toml
@@ -82,7 +82,6 @@ ignore = [
82
"PLR5501",
83
84
"UP035", # [*] Import from `collections.abc` instead: `Iterator`
85
- "UP038", # [*] Use `X | Y` in `isinstance` call instead of `(X, Y)` (conflict with Pylint)
86
]
87
88
# Avoid trying to fix flake8-bugbear (`B`) violations.
0 commit comments