Skip to content

Commit

Permalink
CI: Remove specification of manual stage for check_style.sh script. (#…
Browse files Browse the repository at this point in the history
…1283)

Do not explicitly specify to run the "manual" stage when running pre-commits as part of the ci/check_style.sh script.

Authors:
  - Carl Simon Adorf (https://github.com/csadorf)

Approvers:
  - AJ Schmidt (https://github.com/ajschmidt8)

URL: #1283
  • Loading branch information
csadorf authored Feb 18, 2023
1 parent 3414616 commit 02cfacf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/check_style.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ rapids-mamba-retry env create --force -f env.yaml -n checks
conda activate checks

# Run pre-commit checks
pre-commit run --hook-stage manual --all-files --show-diff-on-failure
pre-commit run --all-files --show-diff-on-failure

0 comments on commit 02cfacf

Please sign in to comment.