qiskit-community / qiskit-metal

Quantum Hardware Design. Open-source project for engineers and scientists to design superconducting quantum devices with ease.
https://qiskit-community.github.io/qiskit-metal/
Apache License 2.0
272 stars 201 forks source link

874 pre commit hook #875

Closed cdelnano closed 1 year ago

cdelnano commented 1 year ago

What are the issues this pull addresses (issue numbers / links)?

Issue #874

Did you add tests to cover your changes (yes/no)?

Verified all changes myself.

Did you update the documentation accordingly (yes/no)?

Yes

Did you read the CONTRIBUTING document (yes/no)?

Yes

Summary

I updated the pre-commit hook to only run on .py files, not .ipynb files. I also updated the qiskit-metal\README_developers.md.

Details and comments

Branch can be deleted after PR is merged.