Skip to content

Commit

Permalink
docs: fix isort in contributing guideline
Browse files Browse the repository at this point in the history
  • Loading branch information
mbelak-dtml committed Aug 7, 2023
1 parent d664e6c commit b5b01cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ poetry run black --check --line-length 100 edvart/ tests/
* `isort` is used for sorting imports.
The following command can be used to properly sort imports:
```bash
poetry run isort --profile black edvart/ tests/
poetry run isort --line-length 100 --profile black edvart/ tests/
```
The following command can be used to check if the imports are properly sorted:
```bash
Expand Down

0 comments on commit b5b01cd

Please sign in to comment.