Qiskit / ecosystem

The Ecosystem consists of projects, tools, utilities, libraries and tutorials from a broad community of developers and researchers. The goal of the Ecosystem is to recognize, support and accelerate development of quantum technologies using Qiskit.
https://www.ibm.com/quantum/ecosystem
Apache License 2.0
95 stars 48 forks source link

Fix config #703

Closed frankharkins closed 2 months ago

frankharkins commented 3 months ago

Summary

Fixes the config so the tests work on my machine.

frankharkins commented 3 months ago

I decided not to upgrade pylint as we'd need to update the codebase to fit its new rules. It's not super difficult but I want to merge this to unblock other PRs.

Eric-Arellano commented 2 months ago

I decided not to upgrade pylint as we'd need to update the codebase to fit its new rules.

For future reference, it's acceptable imo to disable those new lints with a TODO comment saying they should be un-ignored.