Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add lint configuration and run in CI (Qiskit#27)
This commit adds a lint configuration based on the current pattern used in upstream Qiskit. Leverage black for auto code formatting and then pylint for a deeper analysis and catch common issues. The code style is updated to then conform to these guidelines. Fixes Qiskit#23
- Loading branch information