Skip to content

Commit

Permalink
ci: 👷 update ci checks
Browse files Browse the repository at this point in the history
  • Loading branch information
aaravind100 committed Nov 21, 2024
1 parent 620cdef commit b42c624
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.7.1
rev: v0.7.4
hooks:
- id: ruff
- id: ruff-format
Expand All @@ -23,11 +23,11 @@ repos:
types_or: [css, javascript, json, markdown, ts]

- repo: https://github.com/kynan/nbstripout
rev: 0.7.1
rev: 0.8.1
hooks:
- id: nbstripout

- repo: https://github.com/crate-ci/typos
rev: v1.26.8
rev: v1.27.3
hooks:
- id: typos

0 comments on commit b42c624

Please sign in to comment.