Skip to content

Commit

Permalink
Merge pull request #955 from sdr-enthusiasts/pre-commit-autoupdate
Browse files Browse the repository at this point in the history
chore(deps): Update pre-commit hooks
  • Loading branch information
fredclausen authored Sep 18, 2023
2 parents a85d926 + 0eb9629 commit 24fa303
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 @@ -27,7 +27,7 @@ repos:

# lint python formatting
- repo: https://github.com/psf/black
rev: 23.7.0
rev: 23.9.1
hooks:
- id: black

Expand All @@ -50,7 +50,7 @@ repos:
exclude: ^(rootfs/webapp/|acarshub-typescript/node_modules/|Dockerfile*)

- repo: https://github.com/pre-commit/mirrors-eslint
rev: v8.48.0
rev: v8.49.0
hooks:
- id: eslint
files: \.[j]sx?$ # *.js, *.jsx, *.ts and *.tsx
Expand Down

0 comments on commit 24fa303

Please sign in to comment.