We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df37679 commit f4e3885Copy full SHA for f4e3885
1 file changed
config/ruff.toml
@@ -43,7 +43,7 @@ ignore = [
43
"PLR0913", # Too many arguments to function call
44
"PLR0915", # Too many statements
45
"SLF001", # Private member accessed
46
- "S704", # Checks for non-literal strings being passed to markupsafe.Markup
+ "S704", # Unsafe use of `markupsafe.Markup`
47
"TRY003", # Avoid specifying long messages outside the exception class
48
]
49
0 commit comments