The custom pylint rule in dev_tools/pylint_copyright_checker doesn't work with the latest major version of pylint. The specific problem is that IRawChecker doesn't exist anymore. I quickly snooped the changelog and I think this is relevant: https://github.com/pylint-dev/pylint/pull/8404
The custom pylint rule in dev_tools/pylint_copyright_checker doesn't work with the latest major version of pylint. The specific problem is that
IRawChecker
doesn't exist anymore. I quickly snooped the changelog and I think this is relevant: https://github.com/pylint-dev/pylint/pull/8404