Skip to content

Commit

Permalink
Merge pull request #1052 from US-Trustee-Program/pre-commit-ci-update…
Browse files Browse the repository at this point in the history
…-config

[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
jamesobrooks authored Dec 3, 2024
2 parents b11f930 + 19820dc commit d1ff56e
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 @@ -8,7 +8,7 @@ repos:
- id: check-yaml
- id: check-added-large-files
- repo: https://github.com/pre-commit/mirrors-eslint
rev: 'v9.15.0' # Use the sha / tag you want to point at
rev: 'v9.16.0' # Use the sha / tag you want to point at
hooks:
- id: eslint
files: \.[jt]sx?$ # *.js, *.jsx, *.ts and *.tsx
Expand All @@ -29,7 +29,7 @@ repos:
args: [ '--baseline', '.secrets.baseline' ]
exclude: package.lock.json
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.29.4
rev: 0.30.0
hooks:
- id: check-github-workflows
args: ["--verbose"]
Expand Down

0 comments on commit d1ff56e

Please sign in to comment.