chore(deps): upgrade black to v23.1.0

This commit is contained in:
NateScarlet 2023-02-09 22:46:41 +08:00
parent 82e0ae1a60
commit f5696c2f52
No known key found for this signature in database
GPG Key ID: 5C242793B070309C
3 changed files with 1 additions and 3 deletions

View File

@ -7,4 +7,4 @@ icalendar==4.1.0
# test
pytest==7.2.1
coverage==6.5.0
black==22.12.0
black==23.1.0

View File

@ -49,7 +49,6 @@ def _description_parsing_cases():
@pytest.mark.parametrize("case", _description_parsing_cases())
def test_parse_description(case):
year, description, expected = case["year"], case["description"], case["expected"]
assert _normalize(DescriptionParser(description, year).parse()) == _normalize(
expected

View File

@ -6,5 +6,4 @@ __dirname__ = os.path.abspath(os.path.dirname(__file__))
def workspace_path(*other):
return os.path.join(os.path.dirname(__dirname__), *other)