-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
django-twc-project/src/django_twc_project/.just/project.just
Lines 82 to 86 in 6e7ba84
| # Run pre-commit on all files | |
| [no-cd] | |
| lint: install-precommit | |
| $python -m pre_commit run --all-files | |
| @just project just-fmt |
I think we can speed stuff up (at least for me) if we switch to UV's tool feature:
# Run pre-commit on all files
[no-cd]
lint:
uv run --with pre-commit-uv pre-commit run --all-filesMetadata
Metadata
Assignees
Labels
No labels