From 50ac768fcb109a5eade53ec9f5ff7cb19862667f Mon Sep 17 00:00:00 2001 From: Andrea Mignone <14820600+floatingpurr@users.noreply.github.com> Date: Wed, 7 Jun 2023 10:13:36 +0200 Subject: [PATCH] Update readme --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6d9e513..ee435ab 100644 --- a/README.md +++ b/README.md @@ -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`.