Skip to content

Commit

Permalink
Merge pull request #1354 from sdr-enthusiasts/auto-update-pre-commit-…
Browse files Browse the repository at this point in the history
…hooks

chore(pre-commit): auto update hooks
  • Loading branch information
fredclausen authored Jan 27, 2025
2 parents 21edc71 + b182758 commit da58a05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ repos:
exclude: ^(rootfs/webapp/|acarshub-typescript/node_modules/|Dockerfile*)

- repo: https://github.com/pre-commit/mirrors-eslint
rev: v9.18.0
rev: v9.19.0
hooks:
- id: eslint
files: \.[j]sx?$ # *.js, *.jsx, *.ts and *.tsx
Expand All @@ -64,7 +64,7 @@ repos:
- [email protected]

- repo: https://github.com/codespell-project/codespell.git
rev: "v2.3.0" # Use the sha / tag you want to point at
rev: "v2.4.0" # Use the sha / tag you want to point at
hooks:
- id: codespell
types: [text]
Expand Down

0 comments on commit da58a05

Please sign in to comment.