Skip to content

Commit

Permalink
Simplify the pre-commit cache generation command
Browse files Browse the repository at this point in the history
Co-authored-by: Mike VanDenburgh <37340715+mvandenburgh@users.noreply.github.com>
  • Loading branch information
waxlamp and mvandenburgh authored Dec 13, 2024
1 parent 54c2dfd commit c7ce1ef
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions dev/django.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,4 @@ WORKDIR /opt/django-project

# Run the pre-commit hooks (without --all-files, so that it won't actually run
# on any files) to create a reusable package cache.
RUN pre-commit run ruff-fix-only --hook-stage manual
RUN pre-commit run ruff-format-check --hook-stage manual
RUN pre-commit run codespell
RUN pre-commit

0 comments on commit c7ce1ef

Please sign in to comment.