Skip to content

Commit 173a353

Browse files
authored
Merge pull request #919 from rackerlabs/fix-precommit-poetry-lock
chore: update to Poetry 2
2 parents 0d9d868 + 9f2a6b6 commit 173a353

File tree

13 files changed

+475
-364
lines changed

13 files changed

+475
-364
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ repos:
5858
- jmespath
5959
files: '^ansible/.*$'
6060
- repo: https://github.com/python-poetry/poetry
61-
rev: '1.7.1'
61+
rev: '2.1.3'
6262
hooks:
6363
- id: poetry-check
6464
language_version: "3.11"
@@ -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:

operators/nova-flavors/poetry.lock

Lines changed: 41 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

python/diff-nautobot-understack/poetry.lock

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

python/ironic-understack/devbox.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
"jq@latest",
55
66
7-
"poetry@latest",
87
"kubectl@latest",
98
109
11-
10+
11+
1212
],
1313
"shell": {
1414
"init_hook": [

0 commit comments

Comments
 (0)