Skip to content

Commit

Permalink
ignore lint for instance attributes in colors
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff-k committed Aug 10, 2023
1 parent 38977c8 commit bc15f2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/genetracks/colors.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
from enum import Enum

# pylint: disable=invalid-name
# pylint: disable=too-many-instance-attributes


class SvgColor(Enum):
Expand Down

0 comments on commit bc15f2e

Please sign in to comment.