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 cf83584 commit a8e171fCopy full SHA for a8e171f
crates/ruff_linter/src/rules/flake8_pyi/rules/numeric_literal_too_long.rs
@@ -12,7 +12,7 @@ use crate::checkers::ast::Checker;
12
///
13
/// ## Why is this bad?
14
/// If a function has a default value where the literal representation is
15
-/// greater than 50 characters, the value is likely to be an implementation
+/// greater than 10 characters, the value is likely to be an implementation
16
/// detail or a constant that varies depending on the system you're running on.
17
18
/// Default values like these should generally be omitted from stubs. Use
0 commit comments