Skip to content

Commit 675f28c

Browse files
authored
Enable RUF013 (implicit optional) (#1882)
1 parent 4d1e9e1 commit 675f28c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,6 @@ ignore = [
257257
"S311", # PRNG for cryptography
258258
"S104", # binding on all interfaces
259259
"RUF012", # typing.ClassVar
260-
"RUF013", # implicit Optional
261260
"RUF015" # next(iter(list)) instead of list[0]
262261
]
263262
select = [

0 commit comments

Comments
 (0)