Skip to content

Commit

Permalink
[refactoring] Adding dev dependencies (#320)
Browse files Browse the repository at this point in the history
* init

* lint

* fix
  • Loading branch information
hitenvidhani authored Sep 3, 2023
1 parent 71b7c96 commit f727ef7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ We appreciate your support and welcome your

## Developer Installation

Installing dependencies:
Run the following command to install all the dependencies after you have forked the repository.

```bash
pip install .[dev]
```

If you're a developer, it's recommended to install
pre-commit hooks before starting your development
work. These hooks ensure code formatting, linting,
Expand Down
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ dynamic = ["version"]
test = [
"pytest>=6.0.0",
]
dev = [
"pytest",
"pre-commit"
]

[tool.hatch.build]
include = [
Expand Down

0 comments on commit f727ef7

Please sign in to comment.