Skip to content

Commit

Permalink
docs: added pre-commit to contributing.md (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
HenriqueAJNB authored May 10, 2023
1 parent e9dafe7 commit 1027468
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,14 @@ Please DO NOT use pip or conda to install the dependencies. Instead, use poetry:
poetry install
```

### 📌 Pre-commit

To ensure our standards, make sure to install pre-commit before star to contribute.

```bash
pre-commit install
```

### 🧹 Linting

We use `pylint` to lint our code. You can run the linter by running the following command:
Expand Down

0 comments on commit 1027468

Please sign in to comment.