Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamedNasser8 committed Aug 22, 2024
1 parent db5c574 commit 3ca69ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ We welcome contributions to OSIPI! To contribute, follow these steps:

## Development Setup

We used poetry to manage the dependencies for this project.
We use poetry to manage the dependencies for this project.

### Using Poetry

Expand Down Expand Up @@ -83,8 +83,8 @@ We used poetry to manage the dependencies for this project.
pre-commit run --all-files
```
**NOTE:**
- Next times you commit changes, `pre-commit` will run the hooks automatically.
- Some of hooks automatically fix/format your files to specific standards. If you see that some of your files have been changed after a commit, don't worry! It's just `pre-commit` doing its job.
- Next time you commit changes, `pre-commit` will run the hooks automatically.
- Some hooks automatically fix/format your files to specific standards. If you see that some of your files have been changed after a commit, don't worry! It's just `pre-commit` doing its job.
Add the changes and commit them again.

For more details on how to contribute, visit the [Developer Guide](https://osipi.github.io/pypi/contribution/#making-a-pull-request-pr-to-the-osipi-package).
Expand Down

0 comments on commit 3ca69ce

Please sign in to comment.