Skip to content

Commit

Permalink
Update black to 23.10
Browse files Browse the repository at this point in the history
  • Loading branch information
mar10 committed Oct 29, 2023
1 parent 6943758 commit 7bfb8c2
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ verify_ssl = true
name = "pypi"

[dev-packages]
black = { version = "~=22.12", extras = ["jupyter"] }
black = { version = "~=23.10", extras = ["jupyter"] }
isort = "*"
pylint = "*"
# TODO: remove this line:
Expand Down
1 change: 0 additions & 1 deletion tests/test_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -855,7 +855,6 @@ def test_tree_copy(self):
assert subtree._self_check()

def test_node_copy_to(self):

tree_1 = fixture.create_tree()

tree_2 = _make_tree_2()
Expand Down
1 change: 0 additions & 1 deletion tests/test_diff.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

class TestDiff:
def test_diff(self):

tree_0 = fixture.create_tree(name="T0", print=True)

tree_1 = fixture.create_tree(name="T1", print=False)
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ commands =
description = Check Black formatting, isort compliance, and flake8
; skip_install = true
deps =
black[jupyter] ~=22.12
black[jupyter] ~=23.10
isort
{[testenv:lint]deps}
changedir = {toxinidir}
Expand Down

0 comments on commit 7bfb8c2

Please sign in to comment.