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 Nov 27, 2024
1 parent a019682 commit 98f2c2d
Show file tree
Hide file tree
Showing 4 changed files with 291 additions and 22 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.4
poetry @ git+https://github.com/python-poetry/poetry.git@main
pre-commit==4.0.1
nox==2024.10.9
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ repos:
cookiecutter/.*
)$
- repo: https://github.com/python-poetry/poetry
rev: 1.8.0
hooks:
- id: poetry-check
# - repo: https://github.com/python-poetry/poetry
# rev: 1.8.0
# hooks:
# - id: poetry-check
Loading

0 comments on commit 98f2c2d

Please sign in to comment.