File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ coverage report
6565{% - if AddLinting -%}
6666## Running linters locally
6767
68- For linting and sorting imports we will use [ruff](https://beta.ruff.rs/docs /). Running the linters requires an
68+ For linting and sorting imports we will use [ruff](https://docs.astral.sh/ruff /). Running the linters requires an
6969activated virtual environment with the development tools installed.
7070
7171```shell
@@ -76,7 +76,11 @@ ruff check .
7676ruff check . --fix
7777```
7878
79- To fix readability of your code style you can use [yapf](https://github.com/google/yapf).
79+ It also provides a command to fix readability of your code style:
80+
81+ ```shell
82+ ruff format .
83+ ```
8084{% - endif -%}
8185
8286{% - if AddPreCommit -%}
You can’t perform that action at this time.
0 commit comments