Skip to content

Commit e1afafe

Browse files
committed
pre-commit: remove deprecated --no-update on poetry-lock
1 parent 740332a commit e1afafe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ repos:
6969
language_version: "3.11"
7070
name: "poetry-lock (understack-workflows)"
7171
files: '^python/understack-workflows/'
72-
args: ["-C", "python/understack-workflows", "--no-update"]
72+
args: ["-C", "python/understack-workflows"]
7373
- repo: https://github.com/renovatebot/pre-commit-hooks
7474
rev: 40.8.1
7575
hooks:

0 commit comments

Comments
 (0)