mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
lint: Add a lint check for bare type: ignores.
This commit is contained in:
@@ -61,7 +61,7 @@ def get_old_conf(output_filename):
|
||||
secrets_file = six.moves.configparser.RawConfigParser()
|
||||
secrets_file.read(output_filename)
|
||||
|
||||
return dict(secrets_file.items("secrets")) # type: ignore
|
||||
return dict(secrets_file.items("secrets")) # type: ignore # likely typeshed issue
|
||||
|
||||
def generate_secrets(development=False):
|
||||
# type: (bool) -> None
|
||||
|
||||
Reference in New Issue
Block a user