Skip to content

Commit f4e3885

Browse files
committed
fixup! style: Format and configure for Ruff >= 0.10.0
1 parent df37679 commit f4e3885

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config/ruff.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ ignore = [
4343
"PLR0913", # Too many arguments to function call
4444
"PLR0915", # Too many statements
4545
"SLF001", # Private member accessed
46-
"S704", # Checks for non-literal strings being passed to markupsafe.Markup
46+
"S704", # Unsafe use of `markupsafe.Markup`
4747
"TRY003", # Avoid specifying long messages outside the exception class
4848
]
4949

0 commit comments

Comments
 (0)