Qiskit / red-queen

Quantum software benchmarking tool
Apache License 2.0
18 stars 15 forks source link

Add config for pylint and black #5

Closed mtreinish closed 2 years ago

mtreinish commented 2 years ago

This commit adds configuration to run black and pylint to establish coding style and lint checking on the red queen repository. To do this a tox.ini is added to automate venv creation and running both pylint and black with consistent versions. A github actions CI configuration is also added to ensure that any future proposed changes to the repo have black tool's styling applied and complies with the pylint rules.