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 d5f93cc commit 9a59394Copy full SHA for 9a59394
pydoclint/utils/return_anno.py
@@ -30,7 +30,7 @@ def decompose(self) -> list[str]:
30
31
Returns
32
-------
33
- List[str]
+ list[str]
34
The decomposed element
35
36
Raises
pydoclint/visitor.py
@@ -375,7 +375,7 @@ def checkArguments( # noqa: C901
375
376
377
378
- List[Violation]
+ list[Violation]
379
A list of argument violations
380
"""
381
astArgList: list[ast.arg] = collectFuncArgs(node)
0 commit comments