[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot]
2024-01-16 19:27:01 +00:00
parent e79cca4199
commit 0381d076bf
2 changed files with 10 additions and 5 deletions

View File

@@ -107,7 +107,12 @@ class Contributor(dict):
match contributions, bio, keys:
case None, None, None:
dict.__init__(
self, login=login, avatar_url=avatar_url, html_url=html_url, bio=bio, keys=keys
self,
login=login,
avatar_url=avatar_url,
html_url=html_url,
bio=bio,
keys=keys,
)
case int(_), None, None:
dict.__init__(