-
-
Notifications
You must be signed in to change notification settings - Fork 930
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
chore(ci): fix lint job #1718
chore(ci): fix lint job #1718
Conversation
I’ve run last checks, this is ready for review 👍 |
setup.cfg
Outdated
@@ -48,7 +48,7 @@ files = | |||
|
|||
|
|||
[pep257] | |||
ignore = D102,D104,D203,D105,D213 | |||
ignore = D102,D107,D104,D203,D105,D205,D212,D213,D401,D412,D406,D407,D411,D413,D417 |
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.
are the failures too much to fix?
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.
I have to dig it into these issues but it seems to be only formatting issues, I can have a look.
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.
I fixed most of the rules, the other ones require some doc rewrite that can maybe be handled later ?
f66c0f8
to
adf743a
Compare
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.
great job
Follow-up on #1699.
This PR:
pydocstyle
to 6.3.0 to have Python 3.10 supportpydocstyle
to skip failures for now (let me know if you want to fix them in this PR)mypy
error