Skip to content

Commit

Permalink
Add ruff instructions to README
Browse files Browse the repository at this point in the history
  • Loading branch information
Siecje committed Jan 25, 2024
1 parent 2db032f commit 4d9b364
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,14 @@ $ venv/bin/python -m pip install mypy
$ venv/bin/python -m mypy htmd typehints
```

### Running ruff

```shell
$ venv/bin/python -m pip install ruff
$ venv/bin/python -m ruff check htmd
```


### Running the tests

```shell
Expand Down

0 comments on commit 4d9b364

Please sign in to comment.