Skip to content

Commit

Permalink
pylintrc: fix runtime warnings
Browse files Browse the repository at this point in the history
Signed-off-by: Jerry Zhang Jian <[email protected]>
  • Loading branch information
jerryzj committed Jun 12, 2024
1 parent 08ef88e commit a7127a7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rvv-intrinsic-generator/.pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ valid-metaclass-classmethod-first-arg=mcs

# Exceptions that will emit a warning when being caught. Defaults to
# "Exception"
overgeneral-exceptions=StandardError,
Exception,
BaseException
overgeneral-exceptions=builtins.StandardError,
builtins.Exception,
builtins.BaseException

0 comments on commit a7127a7

Please sign in to comment.