linkchecker/linkcheck/command
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 Generate linkchecker command using an entry point 2021-12-20 19:34:58 +00:00
arg_parser.py Run pyupgrade --py37-plus x 2 2022-11-08 19:21:29 +00:00
linkchecker.py Generate linkchecker command using an entry point 2021-12-20 19:34:58 +00:00
setup_config.py Fix errors found by Pylint 2023-05-03 19:24:53 +01:00