abdullahkhalids / qecft

The book A Methods Focused Guide to Quantum Error Correction and Fault-Tolerant Quantum Computation
Other
17 stars 6 forks source link

Add Python linting workflow #11

Closed AnsahMohammad closed 1 year ago

AnsahMohammad commented 1 year ago

To ensure consistent adherence to the code standards and improve the overall quality of the codebase, implement a linting workflow that automatically checks for code conformity during pushes or pull requests (PRs).

Expected Configurations: Code format provider: autopep8 Maximum allowed line length: 79 Convention for lint docstring: NumPy

abdullahkhalids commented 1 year ago

Thanks. Everything looks good.