Skip to content

Commit

Permalink
pre-commit-config: Enforce newer pyproject-metadata
Browse files Browse the repository at this point in the history
Is it hanging onto an old version?
  • Loading branch information
sjlongland committed Nov 8, 2024
1 parent c300fd9 commit 6ce9c35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ repos:
- id: mypy
exclude: "conftest\\.py$"
additional_dependencies:
- pyproject-metadata
- pyproject-metadata >= 0.9.0
- setuptools
- types-requests

Expand Down

0 comments on commit 6ce9c35

Please sign in to comment.