Skip to content

Commit

Permalink
fix ruff command
Browse files Browse the repository at this point in the history
  • Loading branch information
zkamvar authored Nov 25, 2024
1 parent 8c1bf87 commit 1410c94
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 @@ -83,7 +83,7 @@ in your issue or pull request (PR). We're happy to help!

- [Ruff](https://docs.astral.sh/ruff/), to lint and format code. GitHub will
automatically run Ruff on your pull request and fail if there are any issues.
You can run Ruff locally (and fix errors) with `uv run ruff --fix`.
You can run Ruff locally (and fix errors) with `uv run ruff check --fix`.
- [pytest](https://docs.pytest.org/en/stable/), to run tests. Large changes
and new features should be accompanied by new tests.
- Python module, class, and function docstrings follow the
Expand Down Expand Up @@ -173,4 +173,4 @@ adding a new project dependency as described above:

```bash
uv pip install -r requirements/requirements-docs.txt
```
```

0 comments on commit 1410c94

Please sign in to comment.