linkchecker/linkcheck/plugins
Chris Mayo 1341ee92bc Fix errors found by Pylint
Remove code for old-style classes:
better_exchook2.py:238:62: E1101: Module 'types' has no 'InstanceType' member (no-member)

Command-line equivalent of 9a33c2a65 ("Make requesting login form password work on Python 3", 2020-04-14):
command/setup_config.py:167:36: E1101: Module 'linkcheck.director.console' has no 'encode' member (no-member)

Add missing argument:
plugins/parseword.py:141:31: E1120: No value for argument 'wrange' in function call (no-value-for-parameter)
2023-05-03 19:24:53 +01: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 Run pyupgrade --py37-plus --keep-percent-format 2022-11-08 19:21:29 +00: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 typos 2022-09-02 17:20:02 +08:00
syntaxchecks.py Fix CssSyntaxCheck list index out of range 2020-08-14 19:25:21 +01:00
viruscheck.py Fix VirusCheck.check() docstring 2022-11-30 19:21:06 +00:00