Skip to content

Commit

Permalink
chore(banks/boa): disable safety check
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-awd committed Nov 15, 2024
1 parent 179649c commit db527c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/monopoly/banks/bank_of_america/boa.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ class BankOfAmerica(BankBase):
header_pattern=regex(r"(Date.*Description.*Amount)"),
transaction_pattern=CreditTransactionPatterns.BANK_OF_AMERICA,
multiline_transactions=True,
safety_check=False,
transaction_auto_polarity=False,
)

Expand Down

0 comments on commit db527c1

Please sign in to comment.