aboutsummaryrefslogtreecommitdiffstats
path: root/docs/contributing.md
diff options
context:
space:
mode:
authorTrygve Aaberge <trygveaa@gmail.com>2023-12-07 21:33:43 +0100
committerTrygve Aaberge <trygveaa@gmail.com>2024-02-18 11:32:54 +0100
commitef39cc26c4df9801d85713db75ba7ba1355cdefc (patch)
treed14d28891474525b4469c49fdaa01ba5b92e5748 /docs/contributing.md
parent7d32ae52ce18b2dbf444348d8403bfd7b919f94a (diff)
downloadwee-slack-ef39cc26c4df9801d85713db75ba7ba1355cdefc.tar.gz
Switch to ruff in CI and docs
Diffstat (limited to 'docs/contributing.md')
-rw-r--r--docs/contributing.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/contributing.md b/docs/contributing.md
index f9dfc0e..a9f4827 100644
--- a/docs/contributing.md
+++ b/docs/contributing.md
@@ -26,11 +26,11 @@ activated, and that you have the latest development dependencies installed.
## Formatting
-The code is formatted with [`black`](https://black.readthedocs.io/). To format
+The code is formatted with [`ruff`](https://docs.astral.sh/ruff/). To format
all the files, first navigate to the project root, and then execute:
```
-$ black .
+$ ruff format --target-version py37
```
## Linting