Skip to content

Commit

Permalink
add check command
Browse files Browse the repository at this point in the history
  • Loading branch information
JR-1991 authored May 12, 2024
1 parent efc3cdb commit 07b7518
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,6 @@ python -m pytest -v
This repository uses `ruff` to lint the code and `codespell` to check for spelling mistakes. You can run the linters with the following command:

```bash
python -m ruff
python -m ruff check
python -m codespell --check-filenames
```

0 comments on commit 07b7518

Please sign in to comment.