Skip to content

Commit

Permalink
Add instructions for ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
AdmiralGT committed Nov 1, 2024
1 parent d341998 commit a711a4f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,8 @@ If you use VSCode for as your IDE, you can use the following `settings.json` to
}
]
}
```
```

## Linting

This project uses [Ruff](https://docs.astral.sh/ruff/#ruff) for linting. The GitHub workflow includes a lint using ruff, but before submitting any code for review, please ensure that ruff passes by running `poetry run ruff check`

0 comments on commit a711a4f

Please sign in to comment.