Skip to content

Commit

Permalink
🚜 Consolidate lint commands
Browse files Browse the repository at this point in the history
  • Loading branch information
jefftriplett committed Mar 2, 2024
1 parent 8952bd5 commit 1746bb1
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ bootstrap *ARGS:
@down:
docker compose down

@lint:
python -m pre_commit run --all-files
@lint *ARGS:
python -m pre_commit run {{ ARGS }} --all-files

@lock *ARGS:
docker compose run \
Expand Down Expand Up @@ -80,9 +80,6 @@ bootstrap *ARGS:
--verbose \
/src/{{ file }}

@pre-commit *ARGS:
python -m pre_commit run {{ ARGS }} --all-files

@restart *ARGS:
docker compose restart {{ ARGS }}

Expand Down

0 comments on commit 1746bb1

Please sign in to comment.