I'm not sure which current version of black and pylint is using, from CI message, I thought `black 22.12.0` is used.
But when I locally install black via `pip install black==22.12.0`, and run `tests/lint/git-black.sh` it gives me different result with CI. So do I have to use docker to do git-black.sh? (The docker image doesn't have aarch64 version) And for pylint, my PR https://github.com/apache/tvm/pull/18640 failed due to an existing (already fixed in pylint) issue, https://github.com/pylint-dev/pylint/issues/4696. Upgrading pylint would fix this false positive report, but more other issues occurs. What's the upgrading plan of updating lint tools? I know it might be hard to migrate, since either black or pylint doesn't have stable output between versions. --- [Visit Topic](https://discuss.tvm.apache.org/t/upgrading-version-of-black-and-or-pylint/18934/1) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe from these emails, [click here](https://discuss.tvm.apache.org/email/unsubscribe/cdb39f15e9e514ec40f945bebc3a13febc9fd30694e2a53a22d1510990845c4c).
