Skip to content

Commit aaf87aa

Browse files
committed
Update code blocks
Signed-off-by: Tomas Pereira de Vasconcelos <tomasvasconcelos1@gmail.com>
1 parent 18c4cc0 commit aaf87aa

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

AGENTS.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
### Environment Setup
2222

23-
```bash
23+
```shell
2424
# Initialize full development environment (recommended for first-time setup)
2525
# This creates .venv, installs dependencies, and sets up pre-commit hooks
2626
make init
@@ -31,7 +31,7 @@ source .venv/bin/activate
3131

3232
### Running Tests
3333

34-
```bash
34+
```shell
3535
# Run all test suites (unit + e2e + cicd_utils)
3636
uvx tox -m tests
3737

@@ -47,7 +47,7 @@ uvx tox -e pytest -- -k "test_specific_function" --no-cov
4747

4848
### Linting and Formatting
4949

50-
```bash
50+
```shell
5151
# Run the main static checks
5252
uvx tox -m static-quick
5353

@@ -68,14 +68,14 @@ uvx tox -e typing
6868

6969
### Documentation
7070

71-
```bash
71+
```shell
7272
# Build static documentation
7373
uvx tox -e docs-static
7474
```
7575

7676
## Project Map
7777

78-
```
78+
```text
7979
src/ridgeplot/
8080
├── __init__.py # Public API exports
8181
├── _ridgeplot.py # Main ridgeplot() function

0 commit comments

Comments
 (0)