diff --git a/.forgejo/workflows/config/.pylintrc b/.forgejo/workflows/config/.pylintrc index dbe3392..18bfab4 100644 --- a/.forgejo/workflows/config/.pylintrc +++ b/.forgejo/workflows/config/.pylintrc @@ -17,4 +17,4 @@ import-outside-toplevel, import-self, relative-beyond-top-level, - duplicate-code + too-many-instance-attributes diff --git a/bible/models.py b/bible/models.py index 86818bb..97500be 100644 --- a/bible/models.py +++ b/bible/models.py @@ -1,5 +1,4 @@ class Version: - # pylint disable=too-many-instance-attributes def __init__( self, bible_id,