Skip to content

Commit

Permalink
docs: Update tox contributing guide (#100)
Browse files Browse the repository at this point in the history
* Rename JaqcdDeviceActionProperties

* Update mock for OpenQASM

* Update linting using tox
  • Loading branch information
WingCode authored May 30, 2023
1 parent d2d6655 commit aeb341a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ When submitting a pull request and you feel it is ready for review,
please ensure that:

1. The code follows the _code style_ of this project and successfully
passes the _unit tests_. Machine Learning uses [Pylint](https://www.pylint.org) and
passes the _unit tests_. This project uses [Pylint](https://www.pylint.org) and
[PEP8](https://www.python.org/dev/peps/pep-0008) style guidelines.

You can run
```shell script
make lint
tox -elint
```
from the root of the repository clone for lint conformance checks.

0 comments on commit aeb341a

Please sign in to comment.