Skip to content

Commit f6a313e

Browse files
committed
Deleted ignored ruff rule that no longer exists from ext-test pyproject.toml
1 parent 90f72d3 commit f6a313e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

plugins/ext_test/pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ ignore = [
133133
"S101", # Use of `assert` detected -- DO NOT FIX
134134
"S311", # Standard pseudo-random generators are not suitable for cryptographic purposes -- FIX ME
135135
"SLF001", # Private member accessed: `_Iterator` -- FIX ME
136-
"UP038", # Use `X | Y` in `{}` call instead of `(X, Y)` -- DO NOT FIX
137136
]
138137

139138
# Allow fix for all enabled rules (when `--fix`) is provided.

0 commit comments

Comments
 (0)