This message was deleted.
# hamilton-help
s
This message was deleted.
👀 1
s
Hi Si! Thanks for the feedback. If you’re using pylint I believe you can turn off checks on a per-file basis.
I believe you just need to add:
Copy code
# pylint: skip-file
To the python module with Hamilton code
e
The second answer there shows how to do it for just one check btw: https://stackoverflow.com/a/41882319
s
@Si Yan let us know if that works for you, and we can add some documentation on that. Since I doubt you’ll be the last to ask about it 🙂
s
Thanks for your suggestions, Stefan and Elijah! Instead using "# pylint: skip-file", I placed "# pylint: disable=W0621" at the beginning of a script. It only skips the checker I specified for the entire script. It works well.
👍 1
e
Awesome! We can add instructions to the repo for that :)