Skip to content

Commit

Permalink
Update pre-commit (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro committed Jul 29, 2024
1 parent ceb60de commit 1a8593d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ jobs:
with:
environments: ${{ matrix.environment }}
- name: Run benchmarks
uses: CodSpeedHQ/action@v2
uses: CodSpeedHQ/action@v3
if: needs.setup.outputs.code_change == 'true'
with:
token: ${{ secrets.CODSPEED_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repos:
- id: check-json
- id: detect-private-key
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.10
rev: v0.5.5
hooks:
- id: ruff
files: holonote/
Expand All @@ -42,7 +42,7 @@ repos:
hooks:
- id: shellcheck
- repo: https://github.com/hoxbro/prettier-pre-commit
rev: v3.3.2
rev: v3.3.3
hooks:
- id: prettier
exclude: conda.recipe/meta.yaml
Expand Down

0 comments on commit 1a8593d

Please sign in to comment.