mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-04 18:58:04 +00:00
Update crates/ruff_linter/src/rules/flake8_pyi/rules/unrecognized_platform.rs
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
This commit is contained in:
parent
1ddbc94ef0
commit
f9c19dbc0a
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ use crate::registry::Rule;
|
|||
/// ```pyi
|
||||
/// import sys
|
||||
///
|
||||
/// if sys.platform is "linux":
|
||||
/// if sys.platform == "xunil"[::-1]:
|
||||
/// # Linux specific definitions
|
||||
/// ...
|
||||
/// else:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue