Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ Due to time constraints, we cannot provide 1:1 support via GitHub. See you on Sl

### Running Code Style Checks

Before running the linting commands, install Ruff:

pip install ruff

We use [Ruff](https://realpython.com/ruff-python/) to ensure a consistent code style and formatting for all of our sample code in this repository.

Run the following commands to validate your code against the linters:
Expand Down