-
-
Notifications
You must be signed in to change notification settings - Fork 46.6k
Can we add flake8
, mypy
and python black
to this checklist ?
#4712
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
Comments
flake8
, mypy
and black
to this checklist ?flake8
, mypy
and python black
to this checklist ?
Doable. I suggest perhaps we can change some items to |
Would that mean addition of the packages to GitHub Actions ? If it is used for checking the code pushed in via PRs, can I work on it? |
We already have it in place. Now we need to make it clearer in the list of our PR template. |
No, my question is, can we implement this through GH Actions which would enforce pep8 standards or fail the tests. |
@AbhijithGanesh We've it here. |
got it. |
do you mean changing type hint to mypy? like this?
I'm confused about how should I add |
its doable bro |
Not needed as discussed in #4797 The more stuff that we ask contributors to fill out, the less likely that they will do so. |
point. |
Most pull requests have pre-commit checks failing because the author haven't used it.
The text was updated successfully, but these errors were encountered: