Skip to content

Commit

Permalink
Merge pull request #635 from NLeSC/581-ruff-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
abelsiqueira authored Aug 29, 2024
2 parents 1d506f3 + d094095 commit d4632bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions template/{% if AddDevDoc %}README.dev.md{% endif %}.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,10 @@ activated virtual environment with the development tools installed.

```shell
# linter
ruff .
ruff check .

# linter with automatic fixing
ruff . --fix
ruff check . --fix
```

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

0 comments on commit d4632bd

Please sign in to comment.