Skip to content

Commit

Permalink
Update CONTRIBUTING.md (#1046)
Browse files Browse the repository at this point in the history
  • Loading branch information
hotzenklotz authored Apr 19, 2024
1 parent 253fdbd commit 98df319
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 @@ -115,8 +115,8 @@ See below for specifics of the different packages. Let's have a look at the comm
To install the dependencies for all sub-projects, run `make install`.

* **Tooling** we use across the sub-projects to enforce coding styles and tests:
* `./format.sh`: black and isort
* `./lint.sh`: pylint
* `./format.sh`: ruff
* `./lint.sh`: ruff
* `./typecheck.sh`: mypy
* `./test.sh`: pytest and custom scripts

Expand Down

0 comments on commit 98df319

Please sign in to comment.