Skip to content

Commit

Permalink
Bump mypy (#1493)
Browse files Browse the repository at this point in the history
  • Loading branch information
jelmer authored Feb 10, 2025
2 parents 5c8a02f + 71a7bd5 commit 3d0a089
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions dulwich/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -553,6 +553,7 @@ def from_file(cls, f: BinaryIO) -> "ConfigFile":
ret._values[section][setting] = value
setting = None
else: # continuation line
assert continuation is not None
if line.endswith(b"\\\n"):
continuation += line[:-2]
elif line.endswith(b"\\\r\n"):
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ pgp = ["gpg"]
paramiko = ["paramiko"]
dev = [
"ruff==0.9.6",
"mypy==1.14.1"
"mypy==1.15.0"
]

[project.scripts]
Expand Down

0 comments on commit 3d0a089

Please sign in to comment.