Skip to content

Commit d4632bd

Browse files
authored
Merge pull request #635 from NLeSC/581-ruff-docs
2 parents 1d506f3 + d094095 commit d4632bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

template/{% if AddDevDoc %}README.dev.md{% endif %}.jinja

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,10 @@ activated virtual environment with the development tools installed.
7070

7171
```shell
7272
# linter
73-
ruff .
73+
ruff check .
7474

7575
# linter with automatic fixing
76-
ruff . --fix
76+
ruff check . --fix
7777
```
7878

7979
To fix readability of your code style you can use [yapf](https://github.com/google/yapf).

0 commit comments

Comments
 (0)