Skip to content

Commit

Permalink
disable abstract-method
Browse files Browse the repository at this point in the history
  • Loading branch information
aloctavodia committed Dec 12, 2024
1 parent ad47bbc commit 3f2996e
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 @@ -64,7 +64,8 @@ disable=missing-docstring,
too-few-public-methods,
import-error,
protected-access,
no-self-use
no-self-use,
abstract-method,


# Enable the message, report, category or checker with the given id(s). You can
Expand Down

0 comments on commit 3f2996e

Please sign in to comment.