Skip to content

Commit

Permalink
Update {% if use_precommit %}pre-commit.yaml{% endif %}.jinja
Browse files Browse the repository at this point in the history
  • Loading branch information
twsl authored Oct 9, 2024
1 parent bec0b81 commit b99f609
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,8 @@ jobs:
pre-commit:
name: pre-commit
strategy:
fail-fast: true
{% if github_rate_limit %}
max-parallel: 1 # try to to avoid rate limiting
{% endif %}
fail-fast: true{% if github_rate_limit %}
max-parallel: 1 # try to to avoid rate limiting{% endif %}
matrix:
python-version: {{ github_runner_python_version }}
runs-on: {{ github_runner }}
Expand Down

0 comments on commit b99f609

Please sign in to comment.