We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 253fdbd commit 98df319Copy full SHA for 98df319
CONTRIBUTING.md
@@ -115,8 +115,8 @@ See below for specifics of the different packages. Let's have a look at the comm
115
To install the dependencies for all sub-projects, run `make install`.
116
117
* **Tooling** we use across the sub-projects to enforce coding styles and tests:
118
- * `./format.sh`: black and isort
119
- * `./lint.sh`: pylint
+ * `./format.sh`: ruff
+ * `./lint.sh`: ruff
120
* `./typecheck.sh`: mypy
121
* `./test.sh`: pytest and custom scripts
122
0 commit comments