-
Notifications
You must be signed in to change notification settings - Fork 53
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
Update copyright checker and switch to pylint-3 #1439
Conversation
Allow patch version updates at fixed minor version 3.3.
Follow the `examples/custom_raw.py` in the pylint repository.
Executed bash dev_tools/requirements/re-pip-compile-in-docker.sh
pylint-3 exposes some new lint - https://github.com/quantumlib/Qualtran/actions/runs/11189026244/job/31108808890 |
what's the deal with the |
I checked one of such instances - Bloq.signature is an abstract property which is replaced by attrs field, but not redefined in its CompositeBloq subclass. I suspect pylint checks for a property named "signature", but |
* Bump up to the latest pylint-3.3.1 * Adjust `pylint_copyright_checker` for the pylint-3 API Follow the `examples/custom_raw.py` in the pylint repository. * Refresh development dependencies * Temporarily disable rules that started failing in pylint-3 Cherry-picked from quantumlib/Cirq#6751 Related to #1440
Bump up to the latest pylint-3.3.1
Adjust
pylint_copyright_checker
for the pylint-3 APIFollow the
examples/custom_raw.py
in the pylint repository.Refresh development dependencies
Temporarily disable rules that started failing in pylint-3
Cherry-picked from quantumlib/Cirq#6751
Related to #1440