Skip to content

Commit 98df319

Browse files
authored
Update CONTRIBUTING.md (#1046)
1 parent 253fdbd commit 98df319

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@ See below for specifics of the different packages. Let's have a look at the comm
115115
To install the dependencies for all sub-projects, run `make install`.
116116

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

0 commit comments

Comments
 (0)