Skip to content

Commit

Permalink
pylint: Ignore one more error type
Browse files Browse the repository at this point in the history
Now I get a green run with `tox -e lint`.

Signed-off-by: Russell Bryant <rbryant@redhat.com>
  • Loading branch information
russellb committed Jun 17, 2024
1 parent 596db1e commit 037ce22
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,8 @@ disable=raw-checker-failed,
logging-fstring-interpolation,
dangerous-default-value,
consider-using-generator,
broad-exception-caught
broad-exception-caught,
super-init-not-called

# Enable the message, report, category or checker with the given id(s). You can
# either give multiple identifier separated by comma (,) or put this option
Expand Down

0 comments on commit 037ce22

Please sign in to comment.