Skip to content

Commit

Permalink
Upgrade black
Browse files Browse the repository at this point in the history
  • Loading branch information
kedder committed May 23, 2023
1 parent fe2fd47 commit 3378451
Show file tree
Hide file tree
Showing 4 changed files with 73 additions and 5 deletions.
3 changes: 1 addition & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ verify_ssl = true
pytest = "*"
pytest-cov = "*"
mock = "*"
black = "==22.12.0"
dataclasses = "*" # needed for black on python 3.6
black = "*"
mypy = "*"
types-pkg-resources = "*"
types-mock = "*"
Expand Down
73 changes: 72 additions & 1 deletion Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion src/ofxstatement/tests/test_ofx.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ def prettyPrint(xmlstr):

class OfxWriterTest(TestCase):
def test_ofxWriter(self) -> None:

# Create sample statement:
statement = Statement("BID", "ACCID", "LTL")
statement.lines.append(
Expand Down
1 change: 0 additions & 1 deletion src/ofxstatement/tests/test_ofx_invest.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ def prettyPrint(xmlstr):

class OfxInvestLinesWriterTest(TestCase):
def test_ofxWriter(self) -> None:

# Create sample statement:
statement = Statement("BID", "ACCID", "LTL")
statement.broker_id = "BROKERID"
Expand Down

0 comments on commit 3378451

Please sign in to comment.