We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c70bbe9 commit 1fe8fcdCopy full SHA for 1fe8fcd
pyproject.toml
@@ -52,7 +52,7 @@ tests = [
52
"proxy.py",
53
]
54
dev = [
55
- "mypy==1.15.0",
+ "mypy==1.16.1",
56
"scmrepo[tests]",
57
"types-certifi",
58
"types-mock",
src/scmrepo/git/credentials.py
@@ -535,7 +535,7 @@ def __init__(
535
path: Optional[str] = None,
536
username: Optional[str] = None,
537
password: Optional[str] = None,
538
- password_expiry_utc: Optional[int] = None,
+ password_expiry_utc: Optional[str] = None,
539
url: Optional[str] = None,
540
):
541
self.protocol = protocol
0 commit comments