Skip to content

Commit

Permalink
Disable too-many-instance-attributes rule for MongoDBConnector class
Browse files Browse the repository at this point in the history
  • Loading branch information
ReubenFrankel committed Dec 10, 2024
1 parent f4f0e0e commit dd03fbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tap_mongodb/connector.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
class MongoDBConnector:
"""MongoDB/DocumentDB connector class"""

def __init__( # pylint: disable=too-many-arguments
def __init__( # pylint: disable=too-many-arguments,too-many-instance-attributes
self,
connection_string: str,
options: Dict[str, Any],
Expand Down

0 comments on commit dd03fbd

Please sign in to comment.