Skip to content

Commit 52e3cdf

Browse files
authored
Merge pull request #762 from pytest-dev/poetry-2
Use poetry v2.0.0
2 parents 4825505 + c97dc02 commit 52e3cdf

File tree

6 files changed

+98
-28
lines changed

6 files changed

+98
-28
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070

7171
- name: Install poetry
7272
run: |
73-
python -m pip install poetry==1.8.3
73+
python -m pip install poetry==2.0.0
7474
7575
- name: Configure poetry
7676
run: |

.pre-commit-config.yaml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,20 @@
22
# See https://pre-commit.com/hooks.html for more hooks
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: cef0300fd0fc4d2a87a85fa2093c6b283ea36f4b # frozen: v5.0.0
5+
rev: "cef0300fd0fc4d2a87a85fa2093c6b283ea36f4b" # frozen: v5.0.0
66
hooks:
77
- id: trailing-whitespace
88
- id: end-of-file-fixer
99
- id: check-yaml
1010
- id: check-added-large-files
1111
- repo: https://github.com/astral-sh/ruff-pre-commit
12-
rev: f0b5944bef86f50d875305821a0ab0d8c601e465 # frozen: v0.8.4
12+
rev: "89c421dff2e1026ba12cdb9ebd731f4a83aa8021" # frozen: v0.8.6
1313
hooks:
1414
- id: ruff
1515
args: [ --fix ]
1616
- id: ruff-format
17+
- repo: https://github.com/python-poetry/poetry
18+
rev: "f03d8f98781934df7910be5b6c14756e047ef432" # frozen: 2.0.0
19+
hooks:
20+
- id: poetry-check
21+
args: ["--lock"]

.sourcery.yaml

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)