-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable pylint rules 1 #501
Conversation
We can probably leave |
Other rules seem to bring a lot of changes, so I'll open this PR once. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! 👍
I think just the module paths need to be adapted to enable Sphinx to link them correctly.
@timobrembeck Thank you for the review 🙂 I applied the same changes to other similar lines too. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! 👍
After squashing the commits, this is good to go! 🚀
76943fc
to
2cc548b
Compare
Co-authored-by: Timo Brembeck <[email protected]>
2cc548b
to
e4ef416
Compare
Short description
This PR enables pylint rules which are currently disabled.
Proposed changes
raise-missiong-from
empty-docstring
missing-function-docsring
property-with-parameters
Resolved issues
Fixes: (#499, partially)