Skip to content

Commit

Permalink
chore(deps): Update pre-commit hooks (#12)
Browse files Browse the repository at this point in the history
Co-authored-by: fredclausen <[email protected]>
  • Loading branch information
github-actions[bot] and fredclausen authored Apr 28, 2024
1 parent 195dfde commit 756f563
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 @@ -13,13 +13,13 @@ repos:

# lint the dockerfiles
- repo: https://github.com/hadolint/hadolint
rev: v2.12.1-beta
rev: v2.13.0-beta
hooks:
- id: hadolint

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

Expand All @@ -41,7 +41,7 @@ repos:
# - "prettier-plugin-sh"

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

0 comments on commit 756f563

Please sign in to comment.