Skip to content

Commit 55bbb75

Browse files
Disable deprecated lint S320.
1 parent 88a92c5 commit 55bbb75

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ ignore = [
152152
"RUF022", # [*] `__all__` is not sorted
153153
"TRY003", # Avoid specifying long messages outside the exception class
154154
"UP038", # Use `X | Y` in `isinstance` call instead of `(X, Y)`
155+
"S320", # Lint is deprecated and will be removed from future ruff versions.
155156
]
156157
typing-modules = []
157158

0 commit comments

Comments
 (0)