diff options
author | Trygve Aaberge <trygveaa@gmail.com> | 2024-02-21 18:51:35 +0100 |
---|---|---|
committer | Trygve Aaberge <trygveaa@gmail.com> | 2024-02-21 18:51:35 +0100 |
commit | 90125ea5ec54431bfafb504def8c4551e3d43fa4 (patch) | |
tree | 9dc911235b661e15e7ade665e96824404bd54cf4 /docs/contributing.md | |
parent | 609e8c79786ae7510062cd40342bb5043065f98f (diff) | |
download | wee-slack-90125ea5ec54431bfafb504def8c4551e3d43fa4.tar.gz |
Specify minimum python version for tools in pyproject.toml
Diffstat (limited to 'docs/contributing.md')
-rw-r--r-- | docs/contributing.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/contributing.md b/docs/contributing.md index a9f4827..5584f0e 100644 --- a/docs/contributing.md +++ b/docs/contributing.md @@ -30,7 +30,7 @@ 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: ``` -$ ruff format --target-version py37 +$ ruff format ``` ## Linting |