Skip to content

Commit

Permalink
chore: ignore too few methods/attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
castilloglenn committed Apr 14, 2024
1 parent 57a21ac commit 390fb62
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .pylintrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[MESSAGES CONTROL]
disable=C0114,C0115,C0116,E1101
disable=C0114,C0115,C0116,E1101,R0902,R0903
1 change: 0 additions & 1 deletion dataflow_animation/settings/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
from dataflow_animation.types import Color, ConfigOptions


# pylint: disable=R0902
@dataclass
class Config:
# Screen dimensions
Expand Down

0 comments on commit 390fb62

Please sign in to comment.