diff --git a/{{ cookiecutter.repo_name }}/.pre-commit-config.yaml b/{{ cookiecutter.repo_name }}/.pre-commit-config.yaml index 92ccbcc..d44b97c 100644 --- a/{{ cookiecutter.repo_name }}/.pre-commit-config.yaml +++ b/{{ cookiecutter.repo_name }}/.pre-commit-config.yaml @@ -24,3 +24,4 @@ repos: rev: '1.7.0' hooks: - id: poetry-lock + args: ["--no-update"] \ No newline at end of file