Skip to content

Commit

Permalink
chore: Use Poetry support for PEP 621
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Jan 5, 2025
1 parent 3c29a96 commit c372424
Show file tree
Hide file tree
Showing 4 changed files with 231 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/constraints.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
griffe~=1.5
pip==24.3.1
poetry==1.8.5
poetry==2.0.0
pre-commit==4.0.1
nox==2024.10.9
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ repos:
)$
- repo: https://github.com/python-poetry/poetry
rev: 1.8.0
rev: 2.0.0
hooks:
- id: poetry-check
Loading

0 comments on commit c372424

Please sign in to comment.