Fix invalid-name issues. (#909)

This commit is contained in:
Felix Fontein
2025-05-30 23:06:24 +02:00
committed by GitHub
parent 31933955e3
commit 6d273bc5b7
8 changed files with 97 additions and 94 deletions

View File

@@ -39,7 +39,7 @@ if t.TYPE_CHECKING:
DateFormatStr = t.Literal["human_readable", "openssh"]
DateFormatInt = t.Literal["timestamp"]
else:
KeyType = None
KeyType = None # pylint: disable=invalid-name
# Protocol References