Skip to content

Commit b349728

Browse files
authored
Update style and pin on black v23.1.0 (#1)
(DIS-1802)
1 parent 1cc8144 commit b349728

3 files changed

Lines changed: 1 addition & 2 deletions

File tree

tests/test_dump.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
["hello_world.out", "hello_world.stripped.out"],
1313
)
1414
def test_dump(tmp_path: Path, file_name: str):
15-
1615
output_path = tmp_path / "output"
1716
input_path = data_file(file_name)
1817

tests/test_segment_table.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ def test_segment_table_unknown_index(segment_table: SegmentTable):
2424

2525
@pytest.mark.parametrize("entries", [1])
2626
def test_segment_table_known(segment_table: SegmentTable):
27-
2827
with patch("dissect.executable.elf.elf.Segment") as mocked_segment:
2928
assert segment_table[0] == mocked_segment.from_segment_table.return_value
3029

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ commands =
3636
# implementations, so we pick one.
3737
basepython = python3
3838
deps =
39+
black==23.1.0
3940
flake8
4041
flake8-black
4142
vermin

0 commit comments

Comments
 (0)