Skip to content

Commit

Permalink
Using shell on all contributing codes
Browse files Browse the repository at this point in the history
  • Loading branch information
dmvieira committed Feb 12, 2020
1 parent e47e3d0 commit 19978a7
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 @@ -11,13 +11,13 @@ Please note we have a code of conduct, please follow it in all your interactions

### Install

```bash
```shell
pipenv install --pre --ignore-pipfile --dev
```

### Tests

```bash
```shell
pipenv run all-tests
```

Expand Down Expand Up @@ -62,15 +62,15 @@ Before you submit your pull request consider the following guidelines:
* Create your patch, **including appropriate test cases**.
* Follow our [Code Style](https://www.pylint.org/) with Flake8 and [PEP8](https://www.python.org/dev/peps/pep-0008/).
* Check lint
```
```shell
pipenv run fmt-check
```

If you have issues, then run all lints and check consistency.

* Run lints.

```
```shell
pipenv run fmt
pipenv isort-fmt
pipenv run lint
Expand Down

0 comments on commit 19978a7

Please sign in to comment.