Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not run
poetry lock
in pre-commit
It will connect to PyPI, and it seems that pre-commit.ci does not allow that. In any case, we should only check if `poetry.lock` is in sync using `poetry check --lock`. That's enough.
- Loading branch information