Skip to content

Commit

Permalink
Merge pull request #89 from us-irs/small-readme-update
Browse files Browse the repository at this point in the history
small README update
  • Loading branch information
robamu authored Nov 27, 2024
2 parents cdeb31c + 43ac5a1 commit b35464c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,3 +95,17 @@ You can run the doctests with
```sh
make doctest
```

# Formatting and Linting

Linting:

```sh
ruff check .
```

Formatting:

```sh
ruff format .
```

0 comments on commit b35464c

Please sign in to comment.