diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index c4dcb57..e84a253 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -100,4 +100,8 @@ If you use VSCode for as your IDE, you can use the following `settings.json` to } ] } -``` \ No newline at end of file +``` + +## 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` \ No newline at end of file