Skip to content

Commit

Permalink
chore(docs): contributing.md ruff cmd [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoDelatte committed Feb 18, 2024
1 parent 3ee55f4 commit 4982e27
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,11 @@ Ready to contribute? Here's how to set yourself up for local development.
$ pytest
```

6. Then run linting checks with :
6. Then run linting and formatting checks with :

```shell
$ ruff check
$ ruff format --check
```

7. If you added some documentation, you should test that it builds correctly :
Expand Down

0 comments on commit 4982e27

Please sign in to comment.