Skip to content

Commit

Permalink
chore(deps): update dependency black to v25
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and languitar committed Feb 18, 2025
1 parent 668aefd commit 0b20f2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements-check.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ruff==0.9.6
black==24.10.0
black==25.1.0
isort==6.0.0
mypy==1.15.0
types-tzlocal
Expand Down
2 changes: 1 addition & 1 deletion tests/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@


def config_section(
entries: Mapping[str, str] | None = None
entries: Mapping[str, str] | None = None,
) -> configparser.SectionProxy:
parser = configparser.ConfigParser()
section_name = "a_section"
Expand Down

0 comments on commit 0b20f2a

Please sign in to comment.