Skip to content

Commit

Permalink
make html
Browse files Browse the repository at this point in the history
  • Loading branch information
rogersheu committed Aug 14, 2024
1 parent 7388110 commit 5ac47d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/user_guide/checkers/features.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1241,6 +1241,8 @@ Typecheck checker Messages
:invalid-slice-step (E1144): *Slice step cannot be 0*
Used when a slice step is 0 and the object doesn't implement a custom
__getitem__ method.
:too-few-function-args (E1145): *Too few positional arguments for %s call*
Used when a function or method has fewer arguments than expected.
:too-many-function-args (E1121): *Too many positional arguments for %s call*
Used when a function call passes too many positional arguments.
:unexpected-keyword-arg (E1123): *Unexpected keyword argument %r in %s call*
Expand Down
1 change: 1 addition & 0 deletions doc/user_guide/messages/messages_overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ All messages in the error category:
error/star-needs-assignment-target
error/syntax-error
error/too-few-format-args
error/too-few-function-args
error/too-many-format-args
error/too-many-function-args
error/too-many-star-expressions
Expand Down

0 comments on commit 5ac47d6

Please sign in to comment.