Skip to content

Commit

Permalink
pylint: ignore raise-missing-from and super-with-arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
marmarek committed Oct 24, 2020
1 parent 263ff26 commit c26e00f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ disable=
import-outside-toplevel,
inconsistent-return-statements,
duplicate-code,
raise-missing-from,
super-with-arguments,
fixme,
locally-disabled,
locally-enabled,
Expand Down

0 comments on commit c26e00f

Please sign in to comment.