You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -259,7 +259,7 @@ coverage html
259
259
```
260
260
261
261
We also enforce static type correctness with MyPy and Python codestyle rules with ruff.
262
-
To run the static type checks and codestyle checks locally, simply install MyPy and flake8 and execute the `mypy` command in the shc project repository.
262
+
To run the static type checks and codestyle checks locally, simply install MyPy and execute the `mypy` command in the shc project repository.
263
263
264
264
To run code linting and formating checks, using `ruff`:
0 commit comments