Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
floatingpurr committed Jun 7, 2023
1 parent 97df834 commit 50ac768
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ project dependencies. [Sometimes](https://stackoverflow.com/q/70127649/4820341),
you might want to install dev dependencies locally (e.g., `black`, `flake8`,
`isort`, `mypy`, ...) to make your IDE (e.g., VS Code) play nicely with dev
packages. This approach usually turns on a live feedback as you code (e.g.,
suggestions, linting, formatting, errors highlighting). Poetry pins dev packages
in `poetry.lock`.
suggestions, linting, formatting, errors highlighting). ~~Poetry pins dev
packages in `poetry.lock`~~ (not anymore, see
[#26](https://github.com/floatingpurr/sync_with_poetry/issues/26)).

This hook updates the `rev` of each `repo` in `.pre-commit-config.yaml` with the
corresponding package version stored in `poetry.lock`.
Expand Down

2 comments on commit 50ac768

@real-yfprojects
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Poetry pins dev packages in poetry.lock (not anymore, see #26).

It still does but it no longer differentiates between dev and production packages inside poetry.lock.

@floatingpurr
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, your description is more correct and clear. I'll update the README accordingly. Thank you, as always.

Please sign in to comment.