Skip to content

Commit

Permalink
Merge pull request #1139 from VWS-Python/simpler-check-manifest
Browse files Browse the repository at this point in the history
No need to give directory to check-manifest
  • Loading branch information
adamtheturtle authored Oct 12, 2024
2 parents c72c7fb + 0571c38 commit 23fa8cc
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 @@ -98,7 +98,7 @@ repos:
- id: check-manifest
name: check-manifest
stages: [pre-push]
entry: uv run --extra=dev -m check_manifest .
entry: uv run --extra=dev -m check_manifest
language: python
pass_filenames: false
additional_dependencies: [uv]
Expand Down

0 comments on commit 23fa8cc

Please sign in to comment.