mirror of
https://github.com/ivan-usov-org/bec.git
synced 2025-04-22 02:20:02 +02:00
docs(developer): fixed isort description
This commit is contained in:
parent
9964f88f92
commit
cb41c6f1ac
@ -33,7 +33,7 @@ Afterwards, you may follow this step-by-step guide to suggest your code improvem
|
||||
4. Use isort to sort your imports:
|
||||
|
||||
```bash
|
||||
isort isort --line-length=100 --profile=black --multi-line=3 --trailing-comma .
|
||||
isort --line-length=100 --profile=black --multi-line=3 --trailing-comma .
|
||||
```
|
||||
|
||||
5. Run Pylint on your code to ensure it meets coding standards:
|
||||
|
Loading…
x
Reference in New Issue
Block a user