Skip to content

Commit

Permalink
Merge pull request #762 from pytest-dev/poetry-2
Browse files Browse the repository at this point in the history
Use poetry v2.0.0
  • Loading branch information
youtux authored Jan 8, 2025
2 parents 4825505 + c97dc02 commit 52e3cdf
Show file tree
Hide file tree
Showing 6 changed files with 98 additions and 28 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:

- name: Install poetry
run: |
python -m pip install poetry==1.8.3
python -m pip install poetry==2.0.0
- name: Configure poetry
run: |
Expand Down
9 changes: 7 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,20 @@
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: cef0300fd0fc4d2a87a85fa2093c6b283ea36f4b # frozen: v5.0.0
rev: "cef0300fd0fc4d2a87a85fa2093c6b283ea36f4b" # frozen: v5.0.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- id: check-added-large-files
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: f0b5944bef86f50d875305821a0ab0d8c601e465 # frozen: v0.8.4
rev: "89c421dff2e1026ba12cdb9ebd731f4a83aa8021" # frozen: v0.8.6
hooks:
- id: ruff
args: [ --fix ]
- id: ruff-format
- repo: https://github.com/python-poetry/poetry
rev: "f03d8f98781934df7910be5b6c14756e047ef432" # frozen: 2.0.0
hooks:
- id: poetry-check
args: ["--lock"]
4 changes: 0 additions & 4 deletions .sourcery.yaml

This file was deleted.

Loading

0 comments on commit 52e3cdf

Please sign in to comment.