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 5c08955 commit 18b00a7Copy full SHA for 18b00a7
pylint/checkers/format.py
@@ -117,7 +117,7 @@
117
"use-standard-scientific-notation",
118
"Emitted when a number is written in non-standard scientific notation.",
119
),
120
- "C0330": (
+ "C0331": (
121
"Non standard grouping of numeric literals using underscores should be %s",
122
"esoteric-underscore-grouping",
123
"Used when numeric literals use underscore separators not in groups of 3 digits.",
0 commit comments