Skip to content

Commit

Permalink
add unused option
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxiBoether committed Sep 23, 2024
1 parent aa31618 commit c67b38d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,8 @@ disable=raw-checker-failed,
too-many-arguments, # we can't determine a good limit here. reviews should spot bad cases of this.
duplicate-code, # Mostly imports and test setup.
cyclic-import, # We use these inside methods that require models from multiple apps. Tests will catch actual errors.
too-many-instance-attributes # We always ignore this anyways

too-many-instance-attributes, # We always ignore this anyways
too-many-positional-arguments # We do not want to limit the number of positional arguments
# 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
# multiple time (only on the command line, not in the configuration file where
Expand Down

0 comments on commit c67b38d

Please sign in to comment.