Skip to content

Commit a6474b4

Browse files
committed
ruff.toml: Enable preview mode
To gain access to some experimental warnings that are still useful. Signed-off-by: Nathan Chancellor <nathan@kernel.org>
1 parent 4d2e4d9 commit a6474b4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

ruff.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ ignore = [
3939
'PLR0913', # too-many-arguments
4040
'PLR0915', # too-many-statements
4141
'PLR2004', # magic-value-comparison
42+
'S404', # suspicious-subprocess-import
4243
'S603', # subprocess-without-shell-equals-true
4344
'S607', # start-process-with-partial-path
4445
]
46+
preview = true

0 commit comments

Comments
 (0)