mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-03-27 18:32:24 +10:00
add flake8 config
This commit is contained in:
@@ -66,7 +66,7 @@ def parse_links(source_file: str) -> Tuple[List[Link], str]:
|
||||
if links:
|
||||
timer.end()
|
||||
return links, parser_name
|
||||
except Exception as err:
|
||||
except Exception as err: # noqa
|
||||
# Parsers are tried one by one down the list, and the first one
|
||||
# that succeeds is used. To see why a certain parser was not used
|
||||
# due to error or format incompatibility, uncomment this line:
|
||||
|
||||
Reference in New Issue
Block a user