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 658e675 commit fd92762Copy full SHA for fd92762
pylint/checkers/exceptions.py
@@ -94,7 +94,7 @@ def _is_raising(body: list[nodes.NodeNG]) -> bool:
94
"E0710": (
95
"Raising a class which doesn't inherit from BaseException",
96
"raising-non-exception",
97
- "Used when a class which doesn't inherit from " "BaseException is raised.",
+ "Used when a class which doesn't inherit from BaseException is raised.",
98
),
99
"E0711": (
100
"NotImplemented raised - should raise NotImplementedError",
0 commit comments