Skip to content

Commit

Permalink
Disable new checks in pylint 2.6
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Marr <git@stefan-marr.de>
  • Loading branch information
smarr committed Sep 13, 2020
1 parent ea41b07 commit faed854
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .pylintrc
Expand Up @@ -128,7 +128,9 @@ disable=parameter-unpacking,
protected-access,
no-else-return,
duplicate-code,
useless-object-inheritance
useless-object-inheritance,
super-with-arguments,
raise-missing-from

# 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 faed854

Please sign in to comment.