Silence few PEP8 warnings.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
thanks for cleaning up.
clang-tools-extra/clang-tidy/add_new_check.py | ||
---|---|---|
1 | we should keep using python I think. |
Comment Actions
Those were actually from pylint. That's a good idea, but I didn't fix all the warnings there and while I might get back to this in the future I don't think it's in the scope of this patch as this is a pretty trivial NFC cleanup.
clang-tools-extra/clang-tidy/add_new_check.py | ||
---|---|---|
1 | Oops, a leftover from testing, thanks for noticing! |
Comment Actions
If number of PyLint warnings (excluding identifiers naming) is not too big, it may make sense to clean-up in one commit.
we should keep using python I think.