mirror of
https://github.com/astral-sh/ruff
synced 2026-01-21 05:20:49 -05:00
Fix clippy
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/// See: https://docs.python.org/3/reference/lexical_analysis.html#string-and-bytes-literals.
|
||||
// See: https://docs.python.org/3/reference/lexical_analysis.html#string-and-bytes-literals.
|
||||
|
||||
pub const TRIPLE_QUOTE_PREFIXES: &[&str] = &[
|
||||
"u\"\"\"", "u'''", "r\"\"\"", "r'''", "U\"\"\"", "U'''", "R\"\"\"", "R'''", "\"\"\"", "'''",
|
||||
|
||||
Reference in New Issue
Block a user