linkchecker/linkcheck/plugins
Marius Gedminas b5fa5054c9 Fix pylint errors (false positives)
The errors were

    ************* Module linkcheck.ansicolor
    linkcheck/ansicolor.py:190:21: E0606: Possibly using variable 'WinColor' before assignment (possibly-used-before-assignment)
    ************* Module linkcheck.plugins.locationinfo
    linkcheck/plugins/locationinfo.py:107:12: E0606: Possibly using variable 'geoip_error' before assignment (possibly-used-before-assignment)

and while it's true that the variables (WinColor, geoip_error) are
assigned conditionally, their use is protected (indirectly) by the same
conditionals.
2024-05-20 14:10:30 +03:00
..
__init__.py Run pyupgrade --py37-plus --keep-percent-format 2022-11-08 19:21:29 +00:00
anchorcheck.py Convert some printf-style strings 2022-11-08 19:21:29 +00:00
httpheaderinfo.py Run pyupgrade --py37-plus x 2 2022-11-08 19:21:29 +00:00
locationinfo.py Fix pylint errors (false positives) 2024-05-20 14:10:30 +03:00
markdowncheck.py Make more messages translatable 2022-11-08 19:21:29 +00:00
parsepdf.py Remove execute bits from parsepdf.py and parseword.py 2021-01-14 19:48:22 +00:00
parseword.py Fix errors found by Pylint 2023-05-03 19:24:53 +01:00
regexcheck.py Make more messages translatable 2022-11-08 19:21:29 +00:00
sslcertcheck.py Fix SslCertificateCheck.__init__() docstring 2023-12-04 19:25:01 +00:00
syntaxchecks.py Document CssSyntaxCheck checks stylesheets 2024-02-26 19:24:07 +00:00
viruscheck.py Fix VirusCheck.check() docstring 2022-11-30 19:21:06 +00:00