Skip to content

Commit

Permalink
añade instrucciones hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
albertotb committed Oct 19, 2023
1 parent 045b6cd commit dbaa26f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Tools:
- [mypy](https://mypy.readthedocs.io/)
- [pytest](https://docs.pytest.org/en/)
- [pip-tools](https://github.com/jazzband/pip-tools)
- [pre-commit](https://pre-commit.com/)

## Installation

Expand Down Expand Up @@ -61,6 +62,13 @@ Install package in editable mode:
pip install -e .[dev]
```

Install and run pre-commit hooks:

```{bash}
pre-commit install
pre-commit run --all-files
```

Alternatively, you can use the included `env.yml` file that performs all the previous steps:

```{bash}
Expand Down

0 comments on commit dbaa26f

Please sign in to comment.