Skip to content

Commit

Permalink
docs(github): format contributing guide
Browse files Browse the repository at this point in the history
  • Loading branch information
pivoshenko committed Sep 24, 2022
1 parent d3d9a4f commit 8bbfa71
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ We use `poetry` to manage the [dependencies][poetry].
To install them and activate `virtualenv` you will need to run commands:

```shell
poetry install
poetry install --no-cache
poetry shell
```

Expand All @@ -106,7 +106,7 @@ poetry shell
To format code you will need to run command:

```shell
poe format
poetry format
```

### Linters
Expand All @@ -117,7 +117,7 @@ poe format
To lint code you will need to run command:

```shell
poe lint
poetry lint
```

### Tests
Expand All @@ -128,7 +128,7 @@ poe lint
To run unit tests:

```shell
poe tests
poetry tests
```

### Pre-Commit
Expand Down

0 comments on commit 8bbfa71

Please sign in to comment.