Qiskit / qiskit-metapackage

Qiskit is an open-source SDK for working with quantum computers at the level of circuits, algorithms, and application modules.
https://qiskit.org
Apache License 2.0
3.03k stars 753 forks source link

Fix Black 23.7.0 issue #1773

Closed Eric-Arellano closed 12 months ago

Eric-Arellano commented 12 months ago

extend-exclude should have been a string. We simply use the old behavior of Black, which was to call repr() on the list.

This also properly pins Black's version. I didn't realize they're using cal-ver, so ~= doesn't work properly.