diff --git a/.all-contributorsrc b/.all-contributorsrc
index df8f2bba..2ee12842 100644
--- a/.all-contributorsrc
+++ b/.all-contributorsrc
@@ -43,7 +43,9 @@
"profile": "http://arianesasso.me",
"contributions": [
"doc",
- "design"
+ "design",
+ "code",
+ "review"
]
},
{
diff --git a/README.md b/README.md
index ce19f101..5477060d 100644
--- a/README.md
+++ b/README.md
@@ -80,7 +80,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
 Erik Welch 📖 🎨 |
 David Nicholson 📖 🎨 |
 Leah Wasser 📖 🎨 |
-  Ariane Sasso 📖 🎨 |
+  Ariane Sasso 📖 🎨 💻 👀 |
 Simon 📖 🎨 |
 Alexandre Batisse 📖 🎨 |
 Pamphile Roy 📖 🎨 |
diff --git a/package-structure-code/code-style-linting-format.md b/package-structure-code/code-style-linting-format.md
index 4f746ecf..27adeaa7 100644
--- a/package-structure-code/code-style-linting-format.md
+++ b/package-structure-code/code-style-linting-format.md
@@ -201,7 +201,7 @@ from stravalib import unithelper as uh
[Ruff](https://beta.ruff.rs) is a new addition to the code quality ecosystem,
gaining some traction since its release.
-`ruff` is a linter for Python, aiming to replace several tools behind a single interface.
+`ruff` is a linter for Python, aiming to replace several tools behind a single interface.
As such, `ruff` can be used instead of `flake8` and `isort`.
`ruff` has some interesting features that distinguish it from other linters: