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 90f72d3 commit f6a313eCopy full SHA for f6a313e
plugins/ext_test/pyproject.toml
@@ -133,7 +133,6 @@ ignore = [
133
"S101", # Use of `assert` detected -- DO NOT FIX
134
"S311", # Standard pseudo-random generators are not suitable for cryptographic purposes -- FIX ME
135
"SLF001", # Private member accessed: `_Iterator` -- FIX ME
136
- "UP038", # Use `X | Y` in `{}` call instead of `(X, Y)` -- DO NOT FIX
137
]
138
139
# Allow fix for all enabled rules (when `--fix`) is provided.
0 commit comments