We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
refurb
With recent releases of refurb and mypy, the refurb QA check started to fail with an error:
mypy
interpreted classes cannot inherit from compiled traits
This error is unrelated to phylum-ci and has been documented in dosisod/refurb#305
phylum-ci
This issue is to re-enable the refurb QA checks once the referenced bug has been resolved.
Attempting to downgrade/pin the use of refurb and/or mypy did not work.
.pre-commit-config.yaml
--repo https://github.com/dosisod/refurb \
.github/workflows/auto_updates.yml
TODO:
The text was updated successfully, but these errors were encountered:
ci: skip refurb QA check
62fc31f
See #348 for detail.
Closing this now that dosisod/refurb#305 has been resolved and included in a new release of refurb (v1.23.0).
Sorry, something went wrong.
No branches or pull requests
Description
With recent releases of
refurb
andmypy
, therefurb
QA check started to fail with an error:This error is unrelated to
phylum-ci
and has been documented in dosisod/refurb#305This issue is to re-enable the
refurb
QA checks once the referenced bug has been resolved.Additional Details
Attempting to downgrade/pin the use of
refurb
and/ormypy
did not work.Acceptance Criteria
refurb
QA check is added back to.pre-commit-config.yaml
--repo https://github.com/dosisod/refurb \
entry is added back to.github/workflows/auto_updates.yml
for updating the hookTODO:
entries are removed from the codeThe text was updated successfully, but these errors were encountered: