Skip to content

Commit

Permalink
Bump black from 22.12.0 to 23.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amyreese committed Apr 17, 2023
1 parent 1967f85 commit ab1bb6a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions aiosqlite/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ async def backup(
pages: int = 0,
progress: Optional[Callable[[int, int, int], None]] = None,
name: str = "main",
sleep: float = 0.250
sleep: float = 0.250,
) -> None:
"""
Make a backup of the current database to the target database.
Expand Down Expand Up @@ -382,7 +382,7 @@ def connect(
*,
iter_chunk_size=64,
loop: Optional[asyncio.AbstractEventLoop] = None,
**kwargs: Any
**kwargs: Any,
) -> Connection:
"""Create and return a connection proxy to the sqlite database."""

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies = [
dev = [
"aiounittest==1.4.1; python_version < '3.8'",
"attribution==1.6.2",
"black==22.12.0",
"black==23.3.0",
"coverage[toml]==7.2.3",
"flake8==4.0.1",
"flake8-bugbear==22.12.6",
Expand Down

0 comments on commit ab1bb6a

Please sign in to comment.